Skip to content

Select multiple checkboxes using shift+click or click+drag (like mail.yandex.ru)

License

Notifications You must be signed in to change notification settings

dmage/checkboxgroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckBox Group

Allows to construct analog of <select multiple> using sequence of <input type="checkbox">.

Demo available at http://dmage.github.io/checkboxgroup/.

Installation

bower install checkboxgroup

Usage

$(function () {
    $('.checkboxes').checkboxgroup();
});

<div class="checkboxes">
    <label><input type="checkbox"> Hello</label>
    <label><input type="checkbox"> World</label>
</div>

About

Select multiple checkboxes using shift+click or click+drag (like mail.yandex.ru)

Resources

License

Stars

Watchers

Forks

Packages

No packages published