export interface FieldOption { id: string; label: string; checked?: boolean; }