Formik is a library that makes form handling in React apps easy.

In this article, we’ll look at how to handle form inputs with Formik.

Checkboxes

We can bind checkbox values to states with Formik.

For instance, we can write:

#javascript

Make Form Handling Easy in React Apps with Formik — Checkboxes and Radio Buttons
1.25 GEEK