Nice browser. Is it antique?
No, seriously - your browser is so old that some features of patternplate don't work as expected.
Don't worry - you can either continue with a restricted version or install an up-to-date browser.
We messed up.
Sorry, but your user experience might be affected.
- Try reloading the page
- Report the problem at github.com/patternplate/patternplate

Toggle Switch@1.0.0

<!-- HACK NOTE: remove the inline style for width and height when using this component -->
<div class="c-toggle-switch" style="margin: 48px 0 0 48px;">
    <input type="checkbox" id="basic-switch" class="c-toggle-switch__control" role="switch" />
    <div class="c-toggle-switch__background">
        <div class="c-toggle-switch__knob">
        </div>
    </div>
</div>
<label for="basic-switch">off/on</label>