2.2.10.28 Checkbox
Properties of Checkbox
Id - unique identifier of the control
GridData(LMS) - control's column values for Large, Medium and Small screens. Please refer to GridData for further details
Label - text to be displayed beside the Checkbox
Bound Field - the Field Name of Boolean type that links the Control to the Data Model.
Set Fields if true - sets the Bound Fields values if the Checkbox is selected
Set Fields if false - sets the Bound Fields values if the Checkbox is not selected
Action if true - execute an action if the Checkbox is selected. A common application of this is calling a Javascript Function.
Action if false - execute an action if the Checkbox is not selected. A common application of this is calling a Javascript Function.
Enabled - set a boolean value or a variable with type boolean from the Model to control the enable property
Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
Advanced - properties of the control not available in the above list can be added here.
Step-by-step guide
How to add a Checkbox
Right click on a Form Element and select Add Checkbox
A Checkbox control has been added
Related articles