Add a value attribute to each checkbox. For convenience, set each checkbox's value attribute to the same value as its id attribute

Answer is here
<input id=“loving” value="loving"type=“checkbox” name=“personality”> Loving
<input id=“lazy” value="lazy"type=“checkbox” name=“personality”> Lazy
<input id=“energetic” value="energetic"type=“checkbox” name=“personality”> Energetic

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

Welcome to our community!

Post the entire code formatted properly. Use the </> button for that purpose.
Also, post a link to the challenge.

I could be wrong, but I believe he is posting a solution to the challenge. From the topic of his post, its where the user have to add value to all checkboxes where the id has to be the same as the value.

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