export interface AmeliproCheckboxGroupItem { description?: string disabled?: boolean isChecked: boolean label: string value: string }