export type CheckboxSize = 'sm' | 'md' | 'lg' | string; export type CheckboxVariant = 'primary' | 'secondary' | string;