[jQuery] Form validator - cross field validation

[jQuery] Form validator - cross field validation


Hi,
I am trying the forms validation plugin and cannot figure out where I
am going wrong with it
I can get cross validation working aginst a checkbox but I am unable
to get it working against an input box
HTML is supplied below
The rules metadata is below the HTML
Any help is much appreciated
Andy
<fieldset>
<legend>Test JQuery validation</legend>
<ol>
<li>
<label for="cbox">Last Months Bank Statement: </
label>
<input type="checkbox" value="true" name="cbox"
id="cbox"/><input type="hidden" value="false" name="cbox"/