Please help us complete this task. I don’t understand what I’m doing wrong:
Step 61
In order to make a checkbox checked or radio button selected by default, you need to add the checked attribute to it. There’s no need to set a value to the checked attribute. Instead, just add the word checked to the input element, making sure there is space between it and other attributes.
Make the first radio button and the first checkbox selected by default.
I tried inserting checked right after the id attribute, at the end of the input element. But the result is the same: The first checkbox is missing the checked attribute.