I added a required validator for a radio button group but it does not seem to work. I understand this might be an issue with radio button groups?
I found this solution here
but it uses server side validation and the rest of my form is using client side and both look different. I would much rather them look the same. Is there anyway to validate a radio button group client side?
Validate required will work for radioGroup control.It doesn’t work with radio controls grouped by a groupName.
The below CSJS code may help you to see any one of the radio controls in a group are checked or not (put it in onclick event of a button).