Interface: RadioOption
Defined in: src/components/AddSiteForm/RadioGroup.tsx:83
Single option interface for RadioGroup items.
Propertiesโ
labelโ
label: string;
Defined in: src/components/AddSiteForm/RadioGroup.tsx:85
Display text for the radio option
valueโ
value: string;
Defined in: src/components/AddSiteForm/RadioGroup.tsx:87
Value to be selected when this option is chosen