Step 61 is not working.. Building Cat Photo App

<fieldset>
            <legend>What's your cat's personality?</legend>
            <input id="loving" type="checkbox" name="personality" value="loving" checked> <label for="loving">Loving</label>
            <input id="lazy" type="checkbox" name="personality" value="lazy"> <label for="lazy">Lazy</label>
            <input id="energetic" type="checkbox" name="personality" value="energetic"> <label for="energetic"> Energetic</label>
          </fieldset>

But it show me error " The first radio button is missing the checked attribute."

Please post a link to the challenge.

Find the first radio button and add the checked attribute to it to compete the step.

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