mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Updated sentence (#29051)
Checkboxes and radios use are built to support HTML-based form => Checkboxes and radio buttons support ...
This commit is contained in:
parent
c6cbae6b2a
commit
636204974b
@ -176,7 +176,7 @@ Default checkboxes and radios are improved upon with the help of `.form-check`,
|
||||
|
||||
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>`.
|
||||
Checkboxes and radio buttons 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>`.
|
||||
|
||||
### Default (stacked)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user