]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Updated sentence (#29051)
authorBrian Juul Andersen <brianmanden@gmail.com>
Tue, 16 Jul 2019 07:45:55 +0000 (09:45 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 17 Jul 2019 11:48:26 +0000 (14:48 +0300)
Checkboxes and radios use are built to support HTML-based form

=>

Checkboxes and radio buttons support ...

site/docs/4.3/components/forms.md

index 3a2d2d932fc77ba76216f188cc493587f2e74054..a93d320b843dc0d803056a66453b77235b5fd1ec 100644 (file)
@@ -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)