Adds a single checkbox.
If you need to add a group of checkboxes, use field.checkbox-group.
View exampleName | Type | Description |
---|---|---|
type * | "field.checkbox" | Set component type. |
data * | writable | Data with values that will be processed or changed. Learn more about working with data. |
label | string | Label above the component. |
disabled | boolean | Property that disables the component. If true , the component will be unavailable. |
hint | string | Hint text. |
preserveFalse | boolean | Property that specifies whether to return false values in the results. By default, if the component returns false , this result will not be added to the output. To add false to the results, specify "preserveFalse": true . |
validation | condition | Validation based on condition. |
Last updated: May 26, 2023