import React from "react"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; import FormGroup from '@mui/material/FormGroup'; import FormControlLabel from '@mui/material/FormControlLabel'; import Switch from '@mui/material/Switch'; export default function Label() { return ( <> Label } label="Label" /> } label="Disabled" /> ); }