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.