import Box from '@mui/joy/Box'; import Checkbox from '@mui/joy/Checkbox'; export default function BasicCheckbox() { return ( ); }