Not making head way

Tell us what’s happening:
Not making head way with this code tried everything still not working.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36.

Challenge: Use the value attribute with Radio Buttons and Checkboxes

Link to the challenge:

Hello and welcome to the FCC community~!

Can you share the code you have written with us? What have you tried? What isn’t working?

Hi @ade2! First of all, welcome to freeCodeCamp! What the challenge is asking you to do, is for each of the checkbox and radio inputs, you want to give them a value attribute.

This is important because you want the server to know what value is associated with the input. For example, if you have a checkbox with the text tired next to it, you should also would want to give it the value of tired.

So, think about how each of the radio and checkbox inputs should be defined. What value should they be given? Then give them this value using value=“exampleValue”