Here Mudassar Ahmed Khan has explained with an example, how to validate RadioButton i.e checked or unchecked using JavaScript.
When the Submit Button is clicked, all the RadioButtons in the Group will be referenced and using FOR loop, it will be validated that one RadioButton is checked from the Group of RadioButtons using JavaScript.