Skip to content Skip to sidebar Skip to footer

Tree Of Checkboxes

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: It

Solution 1:

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.

Solution 2:

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...

Solution 3:

Solution 4:

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.

Post a Comment for "Tree Of Checkboxes"