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
row
>
<FormControlLabel value="female" control={<Radio />} label="Female" />
<FormControlLabel value="male" control={<Radio />} label="Male" />
<FormControlLabel value="other" control={<Radio />} label="Other" />
<FormControlLabel value="10" control={<Radio />} label="10" />
<FormControlLabel value="100" control={<Radio />} label="100" />
<FormControlLabel value="custom" control={<Radio />} label="Custom" />
<FormControlLabel
value="disabled"
disabled