Checkbox's onChange is triggered twice for a click
hzalaz opened this issue · 0 comments
hzalaz commented
Describe the bug
When we click on the checkbox the onChange is triggered twice
Expected behavior
To be triggered only once per user interaction.
Screenshots
N/A
Cosmos version:
0.14.1
Additional context
Seems onChange is called by the onClick of the input & label of the component