Skip to content

Commit

Permalink
Remove disabled class from wrapper
Browse files Browse the repository at this point in the history
`disabled` class is not needed for wrapper.
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Jun 21, 2018
1 parent 1719a2c commit e59265c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.1/components/forms.md
Expand Up @@ -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
Expand Down

0 comments on commit e59265c

Please sign in to comment.