Skip to content

jurrick/jquery-multicheckbox

Repository files navigation

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'
};

About

Convert your multiple select in set of checkboxes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •