<p>Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.</p>
<p>Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.</p>
<p>A checkbox or radio with the <code>disabled</code> attribute will be styled appropriately. To have the <code><label></code> for the checkbox or radio also display a "not-allowed" cursor when the user hovers over the label, add the <code>.disabled</code> class to your <code>.radio</code>, <code>.radio-inline</code>, <code>.checkbox</code>, <code>.checkbox-inline</code>, or <code><fieldset></code>.</p>
<h4>Default (stacked)</h4>
<divclass="bs-example">
<formrole="form">
...
...
@@ -217,6 +218,12 @@
Option one is this and that—be sure to include why it's great
</label>
</div>
<divclass="checkbox disabled">
<label>
<inputtype="checkbox"value=""disabled>
Option two is disabled
</label>
</div>
<br>
<divclass="radio">
<label>
...
...
@@ -230,6 +237,12 @@
Option two can be something else and selecting it will deselect option one