I am just wondering how to use the new HTML5 input attribute \"required\" in the right way on radio buttons. Does every radio button field need the attribute like below or i
I had to use required="required" along with the same name and type, and then validation worked fine.
required="required"