interface CheckboxComponentData

export interface CheckboxComponentData extends BaseComponentData

customId : string

The custom id of the checkbox

optional
default? : boolean

Whether this component is default selected in modals

optional
id? : number

the id of this component

Inherited from: BaseComponentData