Validation : validating field on depending on value of another field

Validation : validating field on depending on value of another field

I want to validate a input field if check box is checked. How can I do this in jQuery Validation.

followig is form:

[checkbox] Paid user
Credit Card: [input box]

In above, I want to validate input box if Paid User check box is clicked.