interface CheckboxModalData

export interface CheckboxModalData extends BaseModalData<ComponentType.Checkbox>

customId : string

The custom id of the checkbox

id : number

The id of the field

Inherited from: BaseModalData

type : Type

The component type of the field

Inherited from: BaseModalData

value : boolean

Whether this checkbox was selected