export interface Checkbox { id: string; name: string; checked?: boolean; disabled?: false; }