Sorry, my JS is not the best, I need some help on something I am sure is simple.
Basically I have my parent node (it can change, but that’s okay, I’m getting the Parent correctly), but I now need to know if every child checkbox of that parent is checked (if so return 1) or if 1 or more child checkboxes is unchecked return 0.
Any help would be great!
I think
:notcombined with:checkedis what you wantHere’s a fiddle
So for your specific question, it would be something like this