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