interface CheckboxGroupComponentData
extends
BaseComponentDataexport interface CheckboxGroupComponentData extends BaseComponentDatacustomId : string
The custom id of the checkbox group
optionalmaxValues? : number
The maximum number of options that can be selected (defaults to options length)
optionalminValues? : number
The minimum number of options that must be selected (0-10)
options : readonly CheckboxGroupOption[]
The options in this checkbox group
optionalrequired? : boolean
Whether this component is required in modals