Check Box
Last updated
Last updated
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.
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.
The label is the text that shows next to the Checkbox.
The disabled and read-only properties are common to most Blocks;
See the Common Properties article for more details on common behavior 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.
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.