Tell us what’s happening:
Describe your issue in detail here.
I can’t find the error can someone help me please
**Your code so far**
<form>
<label for="id">Indoor
<input type=radio value="indoor" name="indoor outdoor" id="id">
</label>
<label for="od">Outdoor
<input type=radio value="outdoor" name="indoor outdoor" id="od">
</label>
<label for="loving">Loving
<input type=checkbox value="loving" name="personality" id="loving">
</label>
<label for="lazy">Lazy
<input type=checkbox value="lazy" name="personality" id="lazy">
</label>
<label for="energetic">energetic
<input type=checkbox value="energetic" name="personality" id="energetic"> energetic
</label>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Challenge: Use the value attribute with Radio Buttons and Checkboxes
Link to the challenge: