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