Hi, I have two problems with the checkbox:
1- I can’t pass this test: “All your checkboxes inside #survey-form should have a value attribute and value.”
2- I don’t know how I can’t arrange the checkbox and radio inputs.
My code is here:
I’m not an english speaker, so If you don’t understand my doubt, I can try to explain again.
You should have been shown how to create radio/checkbox groups using the name attribute in the “Building a Registration Form” challenge. Giving the elements the same name will group them.
You need to target the specific input elements that need to be 100% wide, not all of them.
If you remove the width: 100% you can see the radio and checkbox inputs align. Now you just need to target the other input elements that have to be 100% wide.