You can wrap your <div class="form-group"> in a <fieldset disabled> to disable it.
<div class="form-group">
<fieldset disabled>
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.
class="chosen-rtl"
Using Chosen with Bootstrap is easy and looks awesome.
$('.chosen-select').chosen({width: '100%'})