export interface CheckboxProps { value?: number | string; modelValue: boolean | Array; }