I cannot figure out the 14th item for the Survey Form project

Tell us what’s happening:
I have been banging my head aganist the wall. All tasks but the 14th one

" Inside the form element, I can select several fields from a series of checkboxes, each of which must have a value attribute.
here should be at least 2 checkboxes inside the form : expected 0 to be at least 2
AssertionError: There should be at least 2 checkboxes inside the form : expected 0 to be at least 2"
Your code so far
https://codepen.io/Nicolas75/pen/MWbrRNQ?

Your browser information:
I’m using Brave

Challenge: Build a Survey Form

Link to the challenge:

Here is the checkbox challenge. It teaches you about checkboxes:
Checkboxes Challenge
Hope that helps.
I can see you have created radio inputs, they are not that much different, you have to change the type to checkbox.

I figured out what I had to do while cooking OMEGALUL
thanks nonetheless

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