🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

multicheck is a lightweight jQuery plugin to convert select options into a multi checkbox set, allowing your user to select multiple options in an easy way.

Checkbox Select

Documentation

jQuery MultiCheckbox

Installation

Include script after the jQuery library:

<link rel="stylesheet" href="jquery.multicheckbox.css" /> <script src="/path/to/jquery.multicheckbox.js"></script>

Options

Default options

DEFAULTS = {   // Wrap each label in HTML structure. Example for Bootstrap: '<div class="checkbox"></div>'   label_wrap: '',   // Container with scrolling and borders   scroll_wrapper_enabled: false,   // if scroll_wrapper_enabled is true then selected_element is active element with class multicheckbox-on.   selected_element: 'label' };

You May Also Like