sdk.form.checkboxschema
Home > @matterway/sdk > Form > CheckboxSchema
Form.CheckboxSchema interface
Signature:
export interface CheckboxSchema extends BaseFieldSchema, Pick<CheckboxFieldProps, 'label' | 'placeholder' | 'defaultValue'>
Extends: BaseFieldSchema, Pick<CheckboxFieldProps, 'label' | 'placeholder' | 'defaultValue'>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
props? | CheckboxFieldProps | (Optional) Additional custom props for the field component like: className , data-set , label , margin . | |
type | 'checkbox' | The type of form field used to edit this value. | |
validation? | BooleanValidation | (Optional) A list of validation rules for this field. |