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