AboutSupportDeveloper GuideVersion 18.0.9

Interface CheckboxGroupField<W>

The base type for form fields.

Type Parameters

Hierarchy

  • BaseField<"checkboxGroup", string[]>
    • CheckboxGroupField

Properties

helperText?: string

Helper text.

key: string

The property key that this field value will appear in the returned NotificationFormSubmittedEvent.form|form object.

label?: string

Input label.

type: "checkboxGroup"

Field data type.

validation?: Record<string, any>

Validation rules used to validate user input.

value?: string[]

Default value for field, and where it will be written to

widget: W