export interface Radio { id: string; label: string; checked: boolean; name?: string; disabled?: boolean; readonly?: boolean; }