There’s another way to associate an input element’s text with the element itself. You can nest the text within a label element and add a for attribute with the same value as the input element’s id attribute.
Associate the text Loving with the checkbox by only nesting the text Loving in a label element and place it to the right side of the checkbox input element.
@josezafenat
Thank you so much for the assistance, the vague wording of this alternative to associating the input text is just confusing. I have spent so much time going back and forth with some of the forum participants. Now that I have written the code and matched to the very vague explanation, I see how this now works. It is so helpful to have someone assist and offer an answer instead of the run around.
hello
sorry to bother, kinda new and have no idea how to post
I have the same problem as Patrick’s but the solution isn’t sufficient for me
the challenge still fails
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.