Step 60 cat photo app

Having trouble finding the right placement for the “checked” attribute I have placed it to the right of (checkbox) or to the right of the (value=“loving”) but it’s still not working any ideas what I am missing

<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>

hi there,
did you add the attribute to the first radio=button, also? ( like instruction required ).
The loving input looks alright to me.

1 Like

thanks i got it now!

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