import {useField} from "formik"; import {Checkbox} from "@nextui-org/react"; // @ts-ignore const CheckboxInput = ({label, ...props}) => { // @ts-ignore const [field] = useField(props); return (