File size: 322 Bytes
7822da1
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<div style="display: flex; justify-content: space-between;">
    <span style="margin-top: 4px !important;">
        {label}
    </span>
    <span>
        <label class="apSwitch" for="checkbox">
            <input type="checkbox" id="checkbox">
            <div class="apSlider"></div>
        </label>
    </span>
</div>