stackworx / formik-mui

Bindings for using Formik with Material-UI

Home Page:https://stackworx.github.io/formik-mui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RadioGroup + FormControlLabel can't handle boolean

giacomocalianno opened this issue · comments

Hi, when i click on a radio FormControlLabel i need to set my variable to true or false, but i can only put strings in the value field.
Screenshot_2

@giacomocalianno please elaborate on the issue, Boolean(mystring) should suffice as a bool conversion.