Skip to main content

sdk.form.checkboxlistschema

Home > @matterway/sdk > Form > CheckboxListSchema

Form.CheckboxListSchema interface

Signature:

export interface CheckboxListSchema extends BaseFieldSchema, Pick<CheckboxListFieldProps, 'label' | 'items'> 

Extends: BaseFieldSchema, Pick<CheckboxListFieldProps, 'label' | 'items'>

Properties

PropertyModifiersTypeDescription
props?CheckboxListFieldProps(Optional) Additional custom props for the field component like: className, data-set, label, margin.
type'checkboxlist'The type of form field used to edit this value.
validation?StringValidation(Optional) An optional string validation property for the checkbox list: email, ensure, length ... etc.