You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some tests, I am unable to set a checkbox as checked by default. I am reading the code and I don't see any way the checkboxInput component can accomplish that.
Am I missing anything? Should I try to do it and send a PR?
Thanks!
The text was updated successfully, but these errors were encountered:
Looking through the source and the single checkboxInput input type always sets the checked value to false, however a checkboxOptionsInput works as expected.
I'd suggest it'd be a good idea to fix this and PR it if possible!
After some tests, I am unable to set a checkbox as checked by default. I am reading the code and I don't see any way the checkboxInput component can accomplish that.
Am I missing anything? Should I try to do it and send a PR?
Thanks!
The text was updated successfully, but these errors were encountered: