export interface Checkbox { name: string; checked: boolean; }