feat: label & value for Radios
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user