Reputation: 2863
I am looking for a JQuery Checkbox Treeview. Does anyone know if a good one exists?
Upvotes: 36
Views: 68519
Reputation: 502
jsTree appears to be a pretty good solution, too: www.jstree.com
Upvotes: 5
Reputation: 5209
The best treeview I've found for jQuery so far is Dynatree. Very comprehensive, and with great documentation.
original answer link is here.
Upvotes: 52
Reputation: 46
It depends on if you need partial checking(if less than max of the child are checked, the parent is in a different state)
If you need that case, this one should be better: http://code.google.com/p/jquery-checktree/downloads/list
Upvotes: 3
Reputation: 273
This one seems good and up to date: http://code.google.com/p/checkboxtree/
Upvotes: 10