Why was label wrapped around radio but nested in checkbox?
I took a break between steps 50 and 59… now I can’t really remember why this is a rule?
Why was label wrapped around radio but nested in checkbox?
I took a break between steps 50 and 59… now I can’t really remember why this is a rule?
Can you provide links so people know which steps you are talking about? Thanks
does the image help?
It is best to provide actual code instead of a picture. Also, a picture isn’t really the link to the challenge. Let me find the links for you.
Googling, I get
To associate the with an element, you need to give the an id attribute. The then needs a for attribute whose value is the same as the input’s id.
Alternatively, you can nest the directly inside the , in which case the for and id attributes are not needed because the association is implicit:
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.