interface CheckboxModalData

export interface CheckboxModalData extends BaseModalData<ComponentType.Checkbox>

customId : string

The custom id of the checkbox

id : number

The id of the component

Inherited from: BaseModalData

type : Type

The component type of the component

Inherited from: BaseModalData

value : boolean

Whether this checkbox was selected