[jQuery] validation: how do I make sure a radio button is picked?

[jQuery] validation: how do I make sure a radio button is picked?


I have a list of radio buttons, all with the same name, and each has a
different value.
I want a validator that tests if one is picked. How do I do this?