PowerBlocks
LibrarySettings Screen
PROforms

Settings Screen

A clean, grouped settings page: labeled toggle rows for notifications, digest and dark mode, section headers and a save action pre-wired for Patch. Every value reads with a simple ToggleName.Value — duplicate a row to add a setting.

Pro component

Subscribe to access this component and the full library.

View plans

Settings

NOTIFICATIONS

Email notifications
Weekly digest
Dark mode

YAML source

Preview — full code with PRO
# Settings Screen — PowerBlocks (PRO Screen, real controls)
# Toggle rows grouped in sections. Read values anywhere via SetNotif.Value,
# SetDark.Value, SetDigest.Value — or persist them with the commented Patch.

- SettingsScreen:
    Control: GroupContainer
    Variant: ManualLayout
    Properties:
      X: =0
      Y: =0
      Width: =Parent.Width
      Height: =Parent.Height
      Fill: =RGBA(10, 10, 10, 1)
    Children:
# … full component definition unlocked with PRO

This is a partial preview. Unlock the full component →

More screens