views:

4290

answers:

5

Hello Everyone, I am searching for a JQuery Checkbox Treeview. Does anyone know if a good one exists? Thanks, Billy

+3  A: 

jQuery Checkbox Tree Plugin – New and Improved
http://floatmargin.com/2009/jquery-checkbox-tree-plugin-new-and-improved/

EDIT: Apparently no longer available.

Robert Harvey
A: 

I found this one.. seems to work super so far!

Mr W
A: 

sounds like http://floatmargin.com/2009/jquery-checkbox-tree-plugin-new-and-improved/ no longer holds the plugin

+2  A: 

This one seems good and up to date: http://code.google.com/p/checkboxtree/

Thanos
A: 

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

Simon Paquette