A related issue is discussed <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/205"target="_blank">here</a> and includes a possible solution when using CSS to hide the checkboxes:
</p>
<pre>
<preclass="prettyprint linenums">
.multiselect-container input {
display: none
}
</pre>
<p>
<b>How to use Bootstrap Multiselect using <code>$.validate</code>?</b>
</p>
<p>
This topic is discussed in issue <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/347">#347</a>. The fix suggested is as follows:
A related issue is discussed <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/205"target="_blank">here</a> and includes a possible solution when using CSS to hide the checkboxes:
</p>
<pre>
<preclass="prettyprint linenums">
.multiselect-container input {
display: none
}
</pre>
<p>
<b>How to use Bootstrap Multiselect using <code>$.validate</code>?</b>
</p>
<p>
This topic is discussed in issue <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/347">#347</a>. The fix suggested is as follows: