This page is part of the CSS3.info CSS selectors test. See more info on CSS3 selectors.
:checked { } <input type='checkbox' checked>
The CSS selector should match, because the checkbox element is checked
:checked { } <input type='checkbox'>
The CSS selector should match, because the checkbox element is not checked by default