We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183e90a commit c50ee4cCopy full SHA for c50ee4c
test.htm
@@ -804,10 +804,17 @@ <h1>Forms</h1>
804
<span class="custom-file-control"></span>
805
</label>
806
</div>
807
+
808
<div class="custom-control custom-switch">
809
<input type="checkbox" class="custom-control-input" id="customSwitch1">
810
<label class="custom-control-label" for="customSwitch1">Toggle this switch element</label>
811
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
818
</fieldset>
819
820
0 commit comments