<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>