B
bharris401Mar 23, 2019
Using the new forms check boxes, is it possible to set one to "checked."
(/HTML/forms-feedback.html)
<label class="btn btn-outline-primary ls0 nott">
<input type="radio" name="dorR1" id="dorR1-1" value="1" checked> 1
</label>I've tried adding checked to the input but nothing changes. I assume because it's inside of a label?
