field.checkbox-group
A group of options for selecting one or more responses.
Component properties
Name | Type | Description |
---|---|---|
type * | "field.checkbox-group" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
disabled | boolean | If `true', the options are inactive. |
hint | string | Hint text. |
options * | array | Options, where |
options[] | object | – |
options[].hint | string | Text with additional information about the option. |
options[].label * | string | Text next to the option. |
options[].value * | string | Returned value. |
preserveFalse | boolean | Property that specifies whether to return |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "field.checkbox-group" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
disabled | boolean | If `true', the options are inactive. |
hint | string | Hint text. |
options * | array | Options, where |
options[] | object | – |
options[].hint | string | Text with additional information about the option. |
options[].label * | string | Text next to the option. |
options[].value * | string | Returned value. |
preserveFalse | boolean | Property that specifies whether to return |
validation | condition | Validation based on condition. |