At Step 58 you are asked to add (yet) another checkbox. This is the 4th in a row so it should be just copy&paste with some slight modifications. Yet the course refuses to acknowledge my answer. Can someone please help me figure out what I’m missing:
<input id="loving" type="checkbox" name="personality"> <label for="loving">Loving</label>
<input id="lazy" type="checkbox" name="personality"> <label for="lazy">Lazy</label>
<input id="loving" type="checkbox" name="personality"> <label for="loving">Loving</label>
<input id="energetic" type="checkbox" name="personality"> <label for="Energetic">Energetic</label>
Thanks in advance