Building a cat photo app lesson 53

I am having trouble with this lesson. I have created a checkbox but now i need to add a text after the checkbox. What’s the proper way to set up a checkbox with a text?

Lesson 53:
Forms commonly use checkboxes for questions that may have more than one answer. The input element with a type attribute set to checkbox creates a checkbox.

Under the legend element you just added, add an input with its type attribute set to checkbox and give it the option of:

Loving

My Coding is the last line
Screen Shot 2024-07-27 at 8.54.25 AM

NVM i figured it out. thnx

1 Like