The task is to add the checked attribute to the input element so the first radiobox is checked by default. I have the “checked” attribute already in my code. But the editor will not let me pass. The problem instruction is as followed: " In order to make a checkbox checked or radio button selected by default, you need to add the checked attribute to it. There’s no need to set a value to the checked attribute. Instead, just add the word checked to the input element, making sure there is space between it and other attributes.
Make the first radio button and the first checkbox selected by default."
but i had to tinker it a little, i first put ‘cheked’ into somewhere wrong (in checkbox), got error message saying ‘radio button’ needs it, then 'put it there , baaam ‘passed’!!