Font Awesome + Bootstrap + Chosen

Plain Bootstrap forms


Single select


Multiple Select


Disabled fieldsets

You can wrap your <div class="form-group"> in a <fieldset disabled> to disable it.


<optgroup> Support


Right to Left Support

You can add class="chosen-rtl" to enable the right to left mode. Please note that Bootstrap does not support RTL out of the box.


Validation states


Setup

Using Chosen with Bootstrap is easy and looks awesome.

  • Integrate Bootstrap into your project.
  • Read the chosen documentation, download the plugin and copy the chosen files to your app.
  • Download the stylesheet and add it to your app.
  • Activate the plugin on the select boxes of your choice: $('.chosen-select').chosen({width: '100%'})
Fork me on GitHub