Answers for "how to set the checkbox checked in html"

2

html checkbox checked

<input type="checkbox" name="agreement" value="ok" checked>
<label for="ok">I agree</label>
Posted by: Guest on March-20-2021

Code answers related to "how to set the checkbox checked in html"

Browse Popular Code Answers by Language