davidstutz/bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 20 minutes ago
Added to GitGenius on September 18th, 2026
Created on October 10th, 2012
Open Issues & Pull Requests: 314 (+0)
GitHub issues: Enabled
Number of forks: 1,939
Total Stargazers: 3,676 (+0)
Total Subscribers: 149 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.4 days
Mean response time: 408.5 days
90th percentile: 1517.0 days
Tracked items: 16

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 993 days
Stale 30+ days: 9
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (3)
  • documentation (2)
  • bug? (1)
  • needs-release (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Bootstrap Multiselect is a jQuery plugin that transforms HTML select inputs with the multiple attribute into an intuitive Bootstrap-styled dropdown interface.

The plugin addresses the poor user experience of native multiple-select form controls by replacing them with a Bootstrap button that opens a dropdown menu where options appear as checkboxes. This approach provides a more polished and accessible interface that aligns with Bootstrap's design system while maintaining the underlying select input functionality.

The tool suits projects already using jQuery and Twitter Bootstrap where multiple-selection form inputs are needed. It is available through standard package managers and has been featured in Bootstrap resource collections. The plugin works by wrapping standard HTML select elements, so integration requires minimal changes to existing markup.

The project is seeking active maintainers and accepts donations to support ongoing development. The codebase is dual-licensed under both Apache License 2.0 and BSD 3-Clause License, providing flexibility for different use cases.