export type CheckboxState = { checked: boolean; value?: string | number | readonly string[]; };