field.checkbox-group
Adds a group of checkboxes for selecting independent answer options. This is useful if there are several options. You can add just one checkbox, but it's easier to use field.checkbox for that.
Component properties
Name |
Type |
Description |
|
"field.checkbox-group" |
Set component type |
|
writable |
Data with values that will be processed or changed. |
|
string |
Label above the component. |
|
boolean |
If `true', the options are inactive. |
|
string |
Hint text. |
|
array |
An array of checkboxes, where |
|
object |
A checkbox. |
|
string |
Text with additional information about the option. |
|
string |
Text next to the option. |
|
string |
Returned value. |
|
boolean |
Property that specifies whether to return |
|
condition |
Validation based on condition. |