export interface FormCheckboxEvents {
    onChange: (value: any) => void;
}
