2.2.10.28 Checkbox

2.2.10.28 Checkbox

Properties of Checkbox



  1. Id - unique identifier of the control

  2. GridData(LMS) - control's column values for Large, Medium and Small screens. Please refer to GridData for further details

  3. Label - text to be displayed beside the Checkbox

  4. Bound Field - the Field Name of Boolean type that links the Control to the Data Model.

  5. Set Fields if true - sets the Bound Fields values if the Checkbox is selected

  6. Set Fields if false - sets the Bound Fields values if the Checkbox is not selected

  7. Action if true - execute an action if the Checkbox is selected. A common application of this is calling a Javascript Function.

  8. Action if false - execute an action if the Checkbox is not selected. A common application of this is calling a Javascript Function.

  9. Enabled - set a boolean value or a variable with type boolean from the Model to control the enable property

  10. Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property

  11. Advanced - properties of the control not available in the above list can be added here. 

Step-by-step guide

How to add a Checkbox

  1. Right click on a Form Element and select Add Checkbox

  2. A Checkbox control has been added

Related articles