Replies: 1 comment
-
Hard to tell without a live demo here. But there is an official example for custom checkboxes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement useField with input checkbox on custom component and can't find any example on this topic
parent component:
child component:
in this scenario, the checkboxes are clickable only once in a few clicks and the submit has some strange array that looks like this:
[true, "on"]
can someone please tell me what I'm doing wrong and how to use checkboxes with useField?
Beta Was this translation helpful? Give feedback.
All reactions