Learn HTML by Building a Cat Photo App - Step 61

        <label><input checked id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>

Hi, can you describe your problem please? What are you trying to do? Is there an error message?

You’ve added checked correctly, but did you do both steps?

Make the first radio button and the first checkbox selected by default.

I figured it out. I forgot to add checked to the first checkbox. Made a dumb little mistake. Thank you

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.