2.2.10.27 Radio Button Group and Radio Button

2.2.10.27 Radio Button Group and Radio Button

Properties of Radio Button Group




  1. Id - unique identifier of the control

  2. Columns - number of radio buttons allowed in one row

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

  4. Bound Sel. Index - Bound Field to hold the index of a selected radio button in a group (e.g. in a set of 3 Radio Buttons and the middle one is selected, the value of this field will be set to 1.)

  5. Binding Type - select Buttons by default

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

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

  8. Mandatory - set a boolean value or a variable with type boolean from the Model to control the mandatory property.

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

Properties of Radio Button

  1. Id - unique identifier of the control

  2. Label - text to be displayed beside the Radio Button

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

  4. Set Fields if true - sets the Bound Fields values if the Radio Button is selected

  5. Set Fields if false - sets the Bound Fields values if the Radio Button is not selected

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

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

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

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

Step-by-step guide

How to add a Radio Button Group

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

  2. A Radio Button Group control has been added

  3. Right click on the created Radio Button Group and select Add RadioButton.

  4. A Radio Button has been added. Multiple radio buttons can further be added depending on the requirements.

Related articles