Problem with a radio buttons?

Hi guys, How can I resolve this problem with radio bottons?
I dont understand where is problem.

Your indoor radio button is not neted inside its label

Im not sure can you show me?

Look at your outdoor label. your indoor label needs to be around your Indoor radio button.

<label>
<input>
</label>

Now is ok, thanks :slight_smile:

Your cod should be like this:

<label for="indoor">Indoor
<input id="indoor" type="radio" name="indoor-outdoor"> `[name attribute added]`
</label>`[nested with label]`