Fork me on GitHub

jQuery-Tristate-Checkbox-plugin by jlbruno

A plugin that allows for checkboxes in nested lists to receive indeterminate state

Demo

Use it

To use it, simply call it on your parent list:

$('ul.tristate').tristate();

Dependencies

jQuery v1.6 or greater

License

MIT & GPL

Authors

Jeff Leombruno

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/jlbruno/jQuery-Tristate-Checkbox-plugin