Type alias CheckboxElement
CheckboxElement: FormElementWithOptionsBase & { buttons: boolean; canToggleAll?: boolean; defaultValue?: string[]; requiredAll?: boolean; type: "checkboxes"; } Type declaration
buttons: boolean
Optional canToggleAll?: boolean
Optional defaultValue?: string[]
Optional requiredAll?: boolean
type: "checkboxes"