5 lines
243 B
Plaintext
5 lines
243 B
Plaintext
|
|
<FormGroup>
|
||
|
|
<FormControlLabel control={<Checkbox defaultChecked />} label="Label" />
|
||
|
|
<FormControlLabel required control={<Checkbox />} label="Required" />
|
||
|
|
<FormControlLabel disabled control={<Checkbox />} label="Disabled" />
|
||
|
|
</FormGroup>
|