export interface RadioProps { disabled?: boolean; checked?: boolean; label?: string; value?: string; }