Now that I can see what you have done so far, I can tell you that you just have to keep going as in adding more values because you have only added for indoor and outdoor but not for others.
what have you tried? for now you showed only for the radio buttons, you need to add value to the checkboxes too
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.
See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.
you want the change the output from “ON” value to an easier test like “indoor”. so in the code you will want to add a label, then you want to use the label from the id= , then change the default value to indoor
the value should be equal to the label text, also do not change the label text: the label text should be with first letter upper case, the value all lower case
the tests are telling you which ones you still need to fix