]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarify that <fieldset> only uses the disabled attribute 16632/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Wed, 27 May 2015 13:29:01 +0000 (09:29 -0400)
committerKevin Kirsche <Kev.Kirsche@gmail.com>
Mon, 15 Jun 2015 23:59:26 +0000 (19:59 -0400)
Fix #16632

docs/_includes/css/forms.html

index e6d4a173ed05444f8cf6a3fdfb23c2ec5fee27f7..554d79c6b3b9ecd21664af8fe2ea3b4cc5c95384 100644 (file)
 
   <h3>Checkboxes and radios</h3>
   <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>&lt;label&gt;</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>&lt;fieldset&gt;</code>.</p>
+  <p>Disabled checkboxes and radios are supported, but to provide a "not-allowed" cursor on hover, you'll need to add the <code>.disabled</code> class to the parent <code>.radio</code>, <code>.radio-inline</code>, <code>.checkbox</code>, or <code>.checkbox-inline</code>.</p>
   <h4>Default (stacked)</h4>
   <div class="bs-example" data-example-id="block-checkboxes-radios">
     <form>