diff options
| author | Patrick H. Lauke <[email protected]> | 2019-02-06 15:12:11 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-06 17:12:11 +0200 |
| commit | b4cb48d9f3054a1f6e8f9c5dcaca981aac44bb9a (patch) | |
| tree | 12a6679d6698742256feac9e624996ff800f96f9 | |
| parent | b54ddfda83bf1d8a01bc97e7636bdc4ae4af888a (diff) | |
| download | bootstrap-b4cb48d9f3054a1f6e8f9c5dcaca981aac44bb9a.tar.xz bootstrap-b4cb48d9f3054a1f6e8f9c5dcaca981aac44bb9a.zip | |
Remove outdated reference to not-allowed cursor (#28188)
as this styling was removed back in https://github.com/twbs/bootstrap/commit/7056f702408a97f01cb32bc6075d88ec27cdcf52
| -rw-r--r-- | site/docs/4.2/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/components/forms.md b/site/docs/4.2/components/forms.md index d1a6acc19..ffe1b107f 100644 --- a/site/docs/4.2/components/forms.md +++ b/site/docs/4.2/components/forms.md @@ -174,7 +174,7 @@ Set horizontally scrollable range inputs using `.form-control-range`. Default checkboxes and radios are improved upon with the help of `.form-check`, **a single class for both input types that improves the layout and behavior of their HTML elements**. Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many. -Disabled checkboxes and radios are supported, but to provide a `not-allowed` cursor on hover of the parent `<label>`, you'll need to add the `disabled` attribute to the `.form-check-input`. The disabled attribute will apply a lighter color to help indicate the input's state. +Disabled checkboxes and radios are supported. The `disabled` attribute will apply a lighter color to help indicate the input's state. Checkboxes and radios use are built to support HTML-based form validation and provide concise, accessible labels. As such, our `<input>`s and `<label>`s are sibling elements as opposed to an `<input>` within a `<label>`. This is slightly more verbose as you must specify `id` and `for` attributes to relate the `<input>` and `<label>`. |
