aboutsummaryrefslogtreecommitdiffstats
path: root/components/radio/radio-disabled.html
blob: 332435f25067b3cfc88674170810013e5d9f8e03 (plain)
1
2
3
4
<div class="sdc-radio">
    <input type="radio" name="grp2" class="sdc-radio__input" value="1" disabled>
    <label class="sdc-radio__label">This is the radio label</label>
</div>