export interface CheckboxProps { disabled?: boolean; checked?: boolean; indeterminate?: boolean; label?: string; value?: string; }