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