export interface CheckboxGroupProps { disabled?: boolean; code?: string | Array<{ value: string; content: string; }>; }