Tell us what’s happening:
Describe your issue in detail here.
I am having a hard time understanding how to nest an input’s text within a label and associating it with a for attribute. I’m tryin to do this with my “loving” id. I just need a better explanation.
**Your code so far**
<fieldset>
<legend>Is your cat an indoor or outdoor cat?</legend>
<label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
<label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
</fieldset>
<fieldset>
*<legend>What's your cat's personality?</legend>*
* <input id="loving" type="checkbox"> Loving*
* </fieldset>*
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 55
Link to the challenge: