Actualités

I have a simple form with one checkbox that is unchecked by default. On the form I am using onChange={formik.handleSubmit} because I want to save form on change without a submit button. When I click ...