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

Checkbox@1.0.0

<div class="c-checkbox">
    <input type="checkbox" id="checkbox-1" class="c-checkbox__control"/>
    <div class="c-checkbox__background">
        <svg class="c-checkbox__checkmark" viewBox="0 0 24 24">
            <path class="c-checkbox__checkmark-path" fill="none" stroke="white" d="M1.73,12.91 8.1,19.28 22.79,4.59"></path>
        </svg>
    </div>
    <div class="c-checkbox__mixedmark"></div>
</div>
<label for="checkbox-1" id="checkbox-label" class="c-checkbox__label">Checkbox</label>