Replies: 1 comment 2 replies
-
I can't see the codesandbox, can you ensure it's public? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm making a checkbox with additional hint, associated via the aria-describedby attribute. I want to make it such that clicking the hint also toggle the checkbox, by creating a pseudo element for label and expand its bounding box. However, this does not work as expected using rac's Checkbox. This is possible with the native checkbox.
Here's the link to the reproduction here https://codesandbox.io/p/devbox/old-butterfly-lm8wm4?file=%2Fsrc%2FApp.tsx%3A6%2C1.
Could you please advise on this? Thanks very much.
Beta Was this translation helpful? Give feedback.
All reactions