Checkbox Group and Radio Button Group
Checkbox group and radio button group widgets display options for application users to select items to set a filter, for example.
The checkbox group or radio button group widget has the following specific properties:
Property |
Property Value |
Property Description |
---|---|---|
Name |
String |
Defines the unique name of a checkbox or radio button group. If you do not enter a name, the system takes the default name, CheckboxGroup_1 or RadioButtonGroup_1. |
Display Option |
Vertical Option, Horizontal Option |
Specifies the display options. |
Label Text |
on, off, String |
If you select the option, you can enter a label text for the widget. |
Property |
Property Value |
Property Description |
---|---|---|
Border |
color |
Specifies the border color. |
Background |
color |
Specifies the background color. |
Check Mark |
color |
Specifies the check mark color. |
Property |
Property Value |
Property Description |
---|---|---|
Value |
list of values |
With the value property, you can add values, change the order of values, or remove them.
Each value has the following properties:
If you want a specific value to be displayed by default, select the relevant value and mark it as Default. This is shown as the default in the checkbox or radio button group. |