export interface ChecklistOption { name: string; checked: boolean; disabled: boolean; }