aboutsummaryrefslogtreecommitdiffstats
path: root/components/checkbox/checkbox-unchecked.html
blob: 9cc3d1c1ae13a84129abf3f61fc6f09da18a86eb (plain)
1
2
3
4
5
6
<div class="sdc-checkbox">
    <label>
        <input type="checkbox" class="sdc-checkbox__input">
        <span class="sdc-checkbox__label">This is the checkbox label</span>
    </label>
</div>