tristate
Version:
Turn any checkbox into a tristate checkbox. Including .val() extension and pseudo selectors.
30 lines (29 loc) • 632 B
JSON
{
"name": "tristate",
"version": "1.2.1",
"homepage": "https://github.com/vanderlee/tristate",
"authors": [
"Martijn van der Lee <martijn@vanderlee.com>"
],
"description": "jQuery standalone tristate (indeterminate) checkbox with pseudo selectors, optional value modification and .val() overwrite.",
"main": "jquery.tristate.js",
"keywords": [
"jquery",
"tristate",
"checkbox",
"indeterminate",
"checked",
"boolean"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.6.2"
}
}