The code pasted in above looks like the starter HTML without any changes. Please try again and if it still isn’t working then paste in your updated HTML using the following method so we can see what you tried.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.
“Add a value attribute to each checkbox. For convenience, set each checkbox’s value attribute to the same value as its id attribute.”
Maybe you can explain what you don’t understand about these instructions so we know where you need help. You have already added the value attribute to the radio buttons. It’s the same concept to add them to the check boxes.
But if you still need help, then paste in your updated HTML using the method I described above so we can see what you tried.
You already have an example. As I mentioned above, you have already added the value attribute to the radio buttons above the check boxes. You can just look at those to see how you did it.
Or were you asking about the triple back tick method for pasting your code in here?
What is “its”? I don’t mean to be rude but I have no idea what your having trouble with because you aren’t being specific enough about what you are trying to do.
If you are having trouble with your HTML then paste it in here so we can see what you are doing. Until you do that then we can’t help you. You need to learn how to do this because almost every time you paste a question in here the first thing people are going to do is ask to see your code.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
Where did this come from? You shouldn’t be adding new elements or changing anything that is already there. You are just adding a value attribute to the existing check boxes.