Tell us what’s happening:
Please correct my code. I’m having trouble figuring out what must be the error.
Hint: Make sure there still are two radio buttons and three checkboxes nested in their respective fieldset elements.
**
Is your cat an indoor or outdoor cat?
Indoor
Outdoor
Hey there, If you are on the Step 61 for this project
You just have to add the attribute ‘checked’ on the first radio button input element and on the first checkbox input element.
Just try to put checked attribute on the first radio input element and the first checkbox input element ONLY. You have included checked on every label.
Also I think you should change your name attributes to “personality”.