RadioButtons, Checkboxes etc cannot be validated using a traditional RequiredFieldValidator. If you try to assign ControlToValidate property of RequiredFieldValidator to a RadioButton ID then it will welcome you with an error message. The best workaround is to create a custom validator to validate RadioButtons. In this article we are going to implement a custom validator for RadioButtons but this can easily be changed to be used by a CheckBox control.