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.
You can change the visibility and tooltip for a Checkbox which is common to most Blocks;
The label is the text that shows next to the Checkbox.

The disabled and read-only properties are common to most Blocks;
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.

Properties that are common to most Blocks include: Navigate To and Show Confirmation Dialog;
Last modified 2mo ago