9 lines
353 B
HTML
9 lines
353 B
HTML
<a href="#" data-trigger-switch="$$html-id;" class="pb-2 $$css-class;">
|
|
<i class="fa font-14 $$icon; rounded-s bg-highlight color-white"></i>
|
|
<span>$$0;</span>
|
|
<div class="custom-control scale-switch ios-switch">
|
|
<input type="checkbox" class="ios-input" id="$$html-id;">
|
|
<label class="custom-control-label" for="$$html-id;"></label>
|
|
</div>
|
|
</a>
|