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.
- Host: GitHub
- URL: https://github.com/css-tricks/indeterminate-checkboxes
- Owner: CSS-Tricks
- Created: 2012-08-07T15:47:47.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-07T16:23:43.000Z (almost 14 years ago)
- Last Synced: 2025-02-14T15:49:42.166Z (over 1 year ago)
- Size: 91.8 KB
- Stars: 9
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
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.