field.checkbox
Checkbox.
Component properties
Name | Type | Description |
---|---|---|
type * | "field.checkbox" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
disabled | boolean | Property that disables the component. If |
hint | string | Hint text. |
preserveFalse | boolean | Property that specifies whether to return |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "field.checkbox" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
disabled | boolean | Property that disables the component. If |
hint | string | Hint text. |
preserveFalse | boolean | Property that specifies whether to return |
validation | condition | Validation based on condition. |