type Props = { name: string; }; const SimpleCheckbox: React.FC = ({ name }) => (
); export default SimpleCheckbox;