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