import Checkbox from '@mui/joy/Checkbox'; import FormControl from '@mui/joy/FormControl'; import FormHelperText from '@mui/joy/FormHelperText'; export default function HelperTextCheckbox() { return ( A description for the Checkbox. ); }