Please help, stuck on Step 56 - CatPhotoApp

Stuck on Step 56 of CatPhotoApp. I’m getting an error message: “The text Loving should be located directly to the right of your checkbox. Make sure there is a space between the element and the text. You have either omitted the text or have a typo.”

My code:

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

You have a space here that is very likely causing issues.

Where? The space in between “loving” and type? or the space between “chebox”> <label? Because I just played around with the spaces in both and that didn’t resolve the issue.

in step 56 you should not add the label. For next time please use the HELP button so that it will include also a link to the step and the people helping you are able to give more precise information

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.