MultiDropdown
A progressive enhancement custom element to turn a group of checkboxes into a multi-select dropdown
Includes custom events dispatched on the custom element:
multi-dropdown:change
for changes to checkbox statesmulti-dropdown:toggle
for tracking open/close states
Includes base styles + a small subsection of opinionated styles by adding the class .multi-dropdown
to the <multi-dropdown>
element.
Check the README for more information on how to use.