Learn HTML by building cap app step 56

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

why this is not working?

hello and welcome back :slight_smile:

not enough context to say whats causing that… post “step” link as well

Aqui lo que pasa es que te falto poner el atributo for=“loving” para que el input este conectado al label.
Loving

Put an attribute for=“loving” inside the label
—label for=“loving”> Loving</label—

add ->for=“loving” inside the label tag

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