Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmage/checkboxgroup
Select multiple checkboxes using shift+click or click+drag (like mail.yandex.ru)
https://github.com/dmage/checkboxgroup
Last synced: 9 days ago
JSON representation
Select multiple checkboxes using shift+click or click+drag (like mail.yandex.ru)
- Host: GitHub
- URL: https://github.com/dmage/checkboxgroup
- Owner: dmage
- License: mit
- Created: 2014-12-21T20:34:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T21:19:53.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T18:23:15.454Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://dmage.github.io/checkboxgroup/
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CheckBox Group
Allows to construct analog of `` using sequence of ``.
**Demo** available at .
## Installation
bower install checkboxgroup
## Usage
$(function () {
$('.checkboxes').checkboxgroup();
});
Hello
World