export interface ChangeEvent { value: string | number; label: string; checked: boolean; }