API Referencegraphite
CheckboxToggleEvent
Checkbox label and checked state supplied to a toggle callback.
Module: graphite
Checkbox label and checked state supplied to a toggle callback.
Declaration
export type CheckboxToggleEvent = {
label: string;
checked: boolean;
};Properties
label
label: string;checked
checked: boolean;