Task: 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.
Here’s a link to my code: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-60
Test: Sorry, your code does not pass. Keep trying.
Hint: The first checkbox is missing the checked
attribute.
Now, for the life of me, I really can’t see what’s wrong with it. I did add the attribute checked and made it a default. It still pops up as missing. I need some help please