👉 Switch

<div>
    <label for="switch-1">
        <input type="checkbox" id="switch-1">
        <span><img alt="md/wifi" loading="lazy" src="/img/icons/md/wifi.svg" width="18" height="18"></span>
    </label>
    <label for="switch-2">
        <input type="checkbox" id="switch-2" checked>
        No <span></span> Yes
    </label>
    <label for="switch-3">
        <input type="checkbox" id="switch-3" disabled>
        Rat race <span></span> Fuck you money
    </label>
</div>