Radio Buttons require extra labels?

I’ve watched the video several times and my code looks just like his. Do I need to make extra and put them somewhere else?

Thanks!

no, you just need to put the input elements inside the labels as shown in the example code in the challenge description

2 Likes

Keyword: “Nested”

<label>Hi this is not nested</label>
<label><input type="radio">Hi this is nested</label>

1 Like

The video does not always perfectly match the challenge due to curriculum adjustments. When the video and the challenge differ, the written challenge description is always correct.

1 Like

Thanks, everyone! I got it!! It definitely doesn’t match the video. lol