Switch

The Switch is a UI component that can be in two states: "On" and "Off". This is useful to show the end-user if something is turned on or running.

Switch Properties

Appearance

Common Properties

The switch has the option to change its visibility and show tooltips.

See the Common Properties article for more details on common appearance properties.

An option that is specific to the Switch is to change the state between ON and OFF.

Switch On Text and Switch off Text

Ability to change the Switch state text. Default values are ON and OFF.

Behavior

Common Properties

The Switch can be read-only and disabled.

See the Common Properties article for more details on common behavior properties.

Value

Common Properties

The value property is common to most Blocks;

See the Common Properties article for more details on common value properties.

Action

Common Properties

Properties that are common to most Blocks include: Navigate To and Show Confirmation Dialog;

See the Common Properties article for more details on common action properties.

Last updated