## Expected result ``` html <input type="checkbox"> ``` ## Actual result ``` html <input type="checkbox" checked="false"></input> ``` Note that this HTML code generates a checkbox that is checked, because the presence of the `checked` attribute.