Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-05-19 18:31:24 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-06-21 18:38:22 +0300
commite59265c42db4c9fec397fd92e9646def0b2b4200 (patch)
treeb1c160369fa366a7e13b1ac67f0e07d9634ac47c /docs
parent1719a2ca425695ca6970662aabdb3ec1a8c7134a (diff)
Remove disabled class from wrapper
`disabled` class is not needed for wrapper.
Diffstat (limited to 'docs')
-rw-r--r--docs/4.1/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/forms.md b/docs/4.1/components/forms.md
index 6e98d4a138..e55f58f4de 100644
--- a/docs/4.1/components/forms.md
+++ b/docs/4.1/components/forms.md
@@ -211,7 +211,7 @@ By default, any number of checkboxes and radios that are immediate sibling will
Second default radio
</label>
</div>
-<div class="form-check disabled">
+<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios3" value="option3" disabled>
<label class="form-check-label" for="exampleRadios3">
Disabled radio