Why my code not pass

why my code not pass if I have:

< input id=“lazy” type=“checkbox” name=“personality”>
Lazy

and request:

Add another checkbox after the one you just added. The id attribute value should be lazy and the name attribute value should be the same as the last checkbox.

Also add a label element to the right of the new checkbox with the text Lazy. Make sure to associate the label element with the new checkbox using the for attribute.

You must follow the instructions to the letter