import * as React from 'react'; import Checkbox from '@mui/joy/Checkbox'; import FormControl from '@mui/joy/FormControl'; import FormHelperText from '@mui/joy/FormHelperText'; import Link from '@mui/joy/Link'; import Typography from '@mui/joy/Typography'; export default function ExampleSignUpCheckbox() { return ( I have read and agree to the{' '} terms and conditions. } /> Read our terms and conditions. ); }