I get the following hint: The text Loving should no longer be located directly to the right of your checkbox. It should be wrapped in a label element.
So in my understanding, if the text ‘loving’ should not be at the right of the checkbox, I should at least get a more specific place to display the text? Maybe there is an issue since it’s beta, which I highly doubt, I probably miss something here.
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.