xxxxxxxxxx
<!-- Default switch -->
<div class="custom-control custom-switch">
<label class="custom-control-label" for="customSwitches">
On <input type="checkbox" class="custom-control-input" id="customSwitches">
Toggle this switch element</label>
</div>