import { Checkbox, CheckboxProps } from '@mantine/core'; type Props = CheckboxProps; const BooleanField = (props: Props) => { return ; }; export default BooleanField;