An HTML form with a pre-selected checkbox:
![]()
The checked attribute is supported in all major browsers.
The checked attribute is a boolean attribute.
When present, it specifies that an <input> element should be pre-selected (checked) when the page loads.
The checked attribute can be used with <input type="checkbox"> and <input type="radio">.
The checked attribute can also be set after the page load, with a JavaScript.
NONE.
In XHTML, attribute minimization is forbidden, and the checked attribute must be defined as <input checked="checked" />.
HTML <input> tag
Your message has been sent to W3Schools.