iuap-design
Version:
UI Framework Used For Enterprise.
10 lines (8 loc) • 404 B
HTML
<label class="u-switch u-switch-info" for="switch-info-unchecked">
<input type="checkbox" id="switch-info-unchecked" class="u-switch-input">
<span class="u-switch-label"></span>
</label>
<label class="u-switch u-switch-info" for="switch-info-checked">
<input type="checkbox" id="switch-info-checked" class="u-switch-input" checked>
<span class="u-switch-label"></span>
</label>