export interface RadioOption { id: number | string; label: string; checked?: boolean; }