<label for="Loving"> <input id="loving" type="checkbox"> Loving</label>
this is wrong?
<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
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.