@radix-ui/react-checkbox
with Tailwind in Storyboard.js: how to check-uncheck on actual click?
#3630
-
Beta Was this translation helpful? Give feedback.
Answered by
dsign-phil
Jul 21, 2025
Replies: 1 comment
-
Turns out, putting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dsign-phil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out, putting
{...props}
first beforechecked
etc solves this =)