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