I was building a form with Formik and I needed a single checkbox to mark a post as "published". In Formik 1.5.8, my values values weren't mapping c...
For further actions, you may consider blocking this person and/or reporting abuse
Working great thank you, I'm using it with TypeScript so here is my component for anybody that may be interested.
This post helped me out of a jam, thanks! I had to modify the
classprop intoclassNamebut otherwise it worked great!Glad it helped, and good catch! I changed it to className on my snippet.
Cool, but the field can't be unchecked with this solution 😂