CAT photo app step 54. IM STUCK

Step 54

Forms commonly use checkboxes for questions that may have more than one answer. The input element with a type attribute set to checkbox creates a checkbox.

Under the legend element you just added, add an input with its type attribute set to checkbox and give it the option of:

Loving

MY CODE
:What’s your cat’s personality?

<label><input id="loving" type="checkbox"> Loving</label>

IM doing this but its not working. it says the input element shoud not have a closingtag.

the text doesn’t mention a labelelement. Can you share a link to the step? Next time it would be great if you used the Help button to create a post

okay thanks! got it. i removed the label it worked