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;

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

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;

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.

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;

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

Last updated