Don’t add a for attribute on the label. You are correct that it does need one, but you are jumping the gun here. You will add it in the next step. The tests don’t like it that you are adding it early
The tests want an actual “return” in there, not a \n. It shouldn’t make a difference, and personally, I would use a \n here as well. But if you want to make the tests happy then get rid of the \n and put an actual return in there.
Also, I see that someone has already opened a github issue for this return bug. So this should be fixed soon.
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.