Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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