Reputation: 182782
I'm looking for a "tree of checkboxes" widget for Javascript. I tried to use jquery-checktree which purports to do exactly what I want, however it has the following problems:
<li>
in the same <ul>
.Can anybody recommend one that works, or fixes for this one?
Upvotes: 2
Views: 4273
Reputation: 182782
I ended up making a few fixes to jquery-checktree and using it. Some of the changes are probably broadly applicable and I emailed them to the developer, and others are probably only useful to my project.
Upvotes: 0
Reputation: 3757
ExtJS 3.x has one. I have not used it, but it looks nice. Not sure if you're willing to add ExtJS to your stack...
Upvotes: 2
Reputation: 5589
You could try the YUI TreeView. They have an example with checkboxes. It might not be ideal for all uses, but it's pretty good.
Upvotes: 3