Links

Check Box

A Checkbox is a control that allows the user to tick an option. This is useful to use on forms where the user only needs to select something that requires a 'Yes' or 'No' type of option for a particular field.

Check Box Properties

Appearance

Common Properties

You can change the visibility and tooltip for a Checkbox which is common to most Blocks;

Label

The label is the text that shows next to the Checkbox.

Behavior

Common Properties

The disabled and read-only properties are common to most Blocks;

Value

Common Properties

The value property is common to most Blocks;
The value dictates whether or not the Checkbox was selected. This can either be true or false.

Action

Common Properties

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