Interface CheckboxListSchema

Hierarchy

  • BaseFieldSchema
  • Pick<CheckboxListFieldProps, "label" | "items">
    • CheckboxListSchema

Properties

disabled?: boolean | FormFieldPredicate
hidden?: boolean | FormFieldPredicate
name: string

Name of the property in the result data.

props?: CheckboxListFieldProps

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

An optional string validation property for the checkbox list: email, ensure, length ... etc.

Generated using TypeDoc