An open API service indexing awesome lists of open source software.

https://github.com/css-tricks/indeterminate-checkboxes

Checkboxes actually have three visual states: checked, unchecked, and indeterminate (even back to IE 6). The indeterminate state can only be set by JavaScript. This demo is of a set of nested checkboxes, a common use case for this third visual state.
https://github.com/css-tricks/indeterminate-checkboxes

Last synced: about 1 year ago
JSON representation

Checkboxes actually have three visual states: checked, unchecked, and indeterminate (even back to IE 6). The indeterminate state can only be set by JavaScript. This demo is of a set of nested checkboxes, a common use case for this third visual state.

Awesome Lists containing this project

README

          

# Indeterminate-Checkboxes ([Demo](http://css-tricks.com/examples/IndeterminateCheckboxes/))

Checkboxes actually have three visual states: checked, unchecked, and indeterminate (even back to IE 6). The indeterminate state can only be set by JavaScript. This demo is of a set of nested checkboxes, a common use case for this third visual state.