diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index f2e29d6ff3..95bb29c593 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -207,7 +207,8 @@ {% endhighlight %}

Checkboxes and radios

-

Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.

+

Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.

+

A checkbox or radio with the disabled attribute will be styled appropriately. To have the <label> for the checkbox or radio also display a "not-allowed" cursor when the user hovers over the label, add the .disabled class to your .radio, .radio-inline, .checkbox, .checkbox-inline, or <fieldset>.

Default (stacked)

@@ -217,6 +218,12 @@ Option one is this and that—be sure to include why it's great
+
+ +

+
+ +
{% highlight html %} @@ -239,6 +252,12 @@ Option one is this and that—be sure to include why it's great +
+ +
+
+ +
{% endhighlight %}

Inline checkboxes and radios