If user do not click on any of these button, then how to alert to say select atleast 1 option for both the button(radio button & radio button)


Gender:
Code:
    <input type="radio" name="common" />Male
    <input type="radio" name="common" />Female
Select your Hobbies:
Code:
	Swimming<input type="checkbox" name="check1" />
...