there is no built in support for validating checkboxs in asp.net.instead u can use custom validator and have to write ur own logic to validate either server side or client side.
one more approach can taken i e we can create custom control specifically for validating checkbox control.