import FormGroup from '@mui/material/FormGroup'; import FormControlLabel from '@mui/material/FormControlLabel'; import Switch from '@mui/material/Switch'; export default function SwitchLabels() { return ( } label="Label" /> } label="Required" /> } label="Disabled" /> ); }