From 315db4a005c880eecb01211d7d99d4137364353e Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 27 May 2015 09:29:01 -0400 Subject: [PATCH] Clarify that
only uses the disabled attribute Fix #16632 --- docs/_includes/css/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index e6d4a173ed05..554d79c6b3b9 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -256,7 +256,7 @@

Textarea

Checkboxes and radios

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>.

+

Disabled checkboxes and radios are supported, but to provide a "not-allowed" cursor on hover, you'll need to add the .disabled class to the parent .radio, .radio-inline, .checkbox, or .checkbox-inline.

Default (stacked)