import FormControl from '@mui/joy/FormControl'; import FormLabel from '@mui/joy/FormLabel'; import FormHelperText from '@mui/joy/FormHelperText'; import Radio from '@mui/joy/Radio'; import RadioGroup from '@mui/joy/RadioGroup'; export default function RadioButtonsGroup() { return ( Gender Helper text for this radio. This is helper text. ); }