0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Remove disabled class from wrapper

`disabled` class is not needed for wrapper.
This commit is contained in:
Martijn Cuppens 2018-05-19 17:31:24 +02:00 committed by XhmikosR
parent 1719a2ca42
commit e59265c42d

View File

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