Is it possible to change the color of the children checkboxes when the parent is Selected? #579
JoseSNubimetrics
started this conversation in
General
Replies: 1 comment 2 replies
-
This should be possible using CSS. You may want to explore https://developer.mozilla.org/en-US/docs/Web/CSS/:checked |
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
-
Hello, guys! hope you are doing well. like the title says, I'm trying to change the checkboxes's color of the children when the parent is selected. Currently, when a Parent is selected, the checkbox color turn into blue and the children too, as well. I've been struggling with this and I can't find the right way to do it.
Maybe with the onAction prop or only with css, but IDK.
Would appreciate your help! Thanks
Beta Was this translation helpful? Give feedback.
All reactions