Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Whatis the correct way to create a checkbox that is checked by default?
What
is the correct way to create a checkbox that is checked by default?
<inputtype="checkbox" default="checked">
<input
type="checkbox" default="checked">
<inputtype="checkbox" checked>
type="checkbox" checked>
<checkboxchecked="true">
<checkbox
checked="true">
<inputtype="checkbox" checked="false">
type="checkbox" checked="false">
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!