Skip to content

Commit

Permalink
add disabled switch
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Dec 22, 2018
1 parent 183e90a commit c50ee4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test.htm
Original file line number Diff line number Diff line change
Expand Up @@ -804,10 +804,17 @@ <h1>Forms</h1>
<span class="custom-file-control"></span>
</label>
</div>

<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Toggle this switch element</label>
</div>

<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" disabled id="customSwitch2">
<label class="custom-control-label" for="customSwitch2">Disabled switch element</label>
</div>

</fieldset>
</div>
</div>
Expand Down

0 comments on commit c50ee4c

Please sign in to comment.