export type CheckboxGroupValueItem = string | number;
export type CheckboxGroupValue = CheckboxGroupValueItem[];
