feat: label & value for Radios

This commit is contained in:
karishmas6
2024-08-24 10:01:51 +05:30
parent e6425549ad
commit e8deec04fe

View File

@@ -119,9 +119,9 @@ export const InterpretationLog = () => {
<RadioGroup <RadioGroup
row row
> >
<FormControlLabel value="female" control={<Radio />} label="Female" /> <FormControlLabel value="10" control={<Radio />} label="10" />
<FormControlLabel value="male" control={<Radio />} label="Male" /> <FormControlLabel value="100" control={<Radio />} label="100" />
<FormControlLabel value="other" control={<Radio />} label="Other" /> <FormControlLabel value="custom" control={<Radio />} label="Custom" />
<FormControlLabel <FormControlLabel
value="disabled" value="disabled"
disabled disabled