Tell us what’s happening:
I was confuse with this part ( label I didn’t understand the logic) but now a get the idea. Thanks Guys.
**Your code so far**
<label>
<input type="radio" name="indoor-outdoor">Indoor
</label>
<label>
<input type="radio" name="indoor-outdoor">Indoor
</label>
<label for="indoor">
<input id="indoor" type="radio" name="indoor-outdoor">
<label for="indoor">
<input id="outdoor" type="radio" name="indoor-outdoor">Indoor
</label>
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36</code>
**Challenge:** Create a Set of Radio Buttons
**Link to the challenge:**
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-a-set-of-radio-buttons