<input id="loving" value="loving" type="checkbox" <label>Loving</label>
Associate the text
Lovingwith the checkbox by nesting only the textLovingin alabelelement and giving it an appropriateforattribute.
Where is the for attribute on your label element?
Also, you need to close > the input element.
I wrote that, that doesn’t work. What’s the answer? Thanks