Open Issues Need Help
View All on GitHub Checkbox's onChange bugs out if checked is externally modified about 1 year ago
AI Summary: The `onChange` event handler for a checkbox component exhibits buggy behavior when the checkbox's `checked` state is modified externally (programmatically). While `onCheckedChange` works correctly, `onChange` (particularly when integrated with form libraries via `register()`) fails to respond as expected after an external state change, leading to incorrect checkbox state updates upon subsequent clicks.
Complexity:
3/5
help wanted
Vitest doesnt work with SporV2 about 1 year ago
help wanted