Skip to content

Commit c50ee4c

Browse files
committed
add disabled switch
1 parent 183e90a commit c50ee4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test.htm

+7
Original file line numberDiff line numberDiff line change
@@ -804,10 +804,17 @@ <h1>Forms</h1>
804804
<span class="custom-file-control"></span>
805805
</label>
806806
</div>
807+
807808
<div class="custom-control custom-switch">
808809
<input type="checkbox" class="custom-control-input" id="customSwitch1">
809810
<label class="custom-control-label" for="customSwitch1">Toggle this switch element</label>
810811
</div>
812+
813+
<div class="custom-control custom-switch">
814+
<input type="checkbox" class="custom-control-input" disabled id="customSwitch2">
815+
<label class="custom-control-label" for="customSwitch2">Disabled switch element</label>
816+
</div>
817+
811818
</fieldset>
812819
</div>
813820
</div>

0 commit comments

Comments
 (0)