Having trouble with checkboxes in Survey Form

There is something wrong with my check boxes. Please help.

<input type="radio">
This code snippet you have successfully creates a radio button.
<input="checkbox">
This code snippet does not create a checkbox.

Do you notice the difference? :slight_smile:

1 Like

Whoops! I got it! Thanks. :crazy_face: :smiley:

What do you think of my code so far? i mean when it’s fixed:)

You’re making good progress!

    <div class="label-burger"
    <label>Name:</label>

Make sure you don’t forget your closing > symbols though :slight_smile:

1 Like

Thank you so much! That saves one more question for the forum!

1 Like