i have some check boxes
<input type="check" name="chkOption" id="one" />One
<input type="check" name="chkOption" id="two" />two
<input type="check" name="chkOption" id="three" />three
<input type="check" name="chkOption" id="four" />four
is it possible to validate "required" any one of this check box using "jquery.validate" script,