Hi, I have problems with solving the following story:
- User Story #13: Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the
nameattribute.
I have solved all of the stories but I am not sure what am I doing wrong here.
This is my code so fare:
https://codepen.io/leon147/pen/eXyjKO
I would appreciate any advice. Thanks.