How to Use Checkbox Group
Setting Values and Labels
In [Values], set the values that are sent to the server, and in [Labels], set display names that are easy for users to understand.
If [Labels] is empty, the values from [Values] will be displayed.
When setting them, use an array format.
e.g., [1,2,3]
Specifying Values to Be Checked Initially
Enter the values you want to be checked initially in an array in [Default checked values].
For example, if you specify [1, 2]
, the checkboxes for 1
and 2
will be checked initially.
Specifying Values to Be Disabled Initially
Enter the values you want to be disabled initially in an array in [Default disabled values].
For example, if you specify [1, 2]
, 1
and 2
will be disabled and cannot be changed.