Cat Photo App - Step 56

<label for="Loving"> <input id="loving" type="checkbox"> Loving</label> 

this is wrong?

Please create your own threads for your own questions

You have a topic right here for this step. Please use it instead of creating and deleting a bunch of other topics. Thanks

1 Like

Do you still need help?

Try moving your label opening tag so it is on the right-hand-side of the input element.
Then fix the for attribute to be the exact same value as the input label’s id value.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.