Skip to content

K12Labs/bootstrap-multiselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-multiselect

The Multiselect plugin replaces native select elements with a modal containing checkboxes or radio buttons.

By default, just add the class multiselect and it will do its magic. You can turn any select into a multiselct using javascript:

            $("#mySelect").multiselect(options);

Learn more in the documentation