xxxxxxxxxx
1
<div class="container my-4">
2
3
<p class="font-weight-bold">Bootstrap checkbox toggle is a simple component used for activating one of two predefined options. Commonly used as an on/off button.</p>
4
5
<p><strong>Detailed documentation and more examples you can find in our <a href="https://mdbootstrap.com/docs/jquery/forms/switch/"
6
target="_blank">Bootstrap toggle Docs</a> </p>
7
8
<hr>
9
10
<p class="font-weight-bold">Basic examples</p>
11
12
<!-- Default switch -->
13
<div class="custom-control custom-switch">
14
<input type="checkbox" class="custom-control-input" id="customSwitches">
15
<label class="custom-control-label" for="customSwitches">Toggle this switch element</label>
16
</div>
17
18
</div>
1
1
1
1
Console errors: 0