interface CheckboxGroupComponentData

export interface CheckboxGroupComponentData extends BaseComponentData

customId : string

The custom id of the checkbox group

optional
id? : number

the id of this component

Inherited from: BaseComponentData

optional
maxValues? : number

The maximum number of options that can be selected (defaults to options length)

optional
minValues? : number

The minimum number of options that must be selected (0-10)

options : readonly CheckboxGroupOption[]

The options in this checkbox group

optional
required? : boolean

Whether this component is required in modals