Tell us what’s happening:
Describe your issue in detail here. Seems like nothing I do is working. tried lower and upper loving ,Loving…plz help… There’s another way to associate an input element’s text with the element itself. You can nest the text within a label element and add a for attribute with the same value as the input element’s id attribute.
Associate the text Loving with the checkbox by nesting only the text Loving in a label element and giving it an appropriate for attribute.
Your code so far <label for="Loving"><input id="loving" type="checkbox"> Loving</label>
So looks like you switched things around. When I reset the challenge I notice that the input comes first. You need the label after the input. The text “Loving” should be the only thing in the label