[jQuery] Select radio button item

[jQuery] Select radio button item


I have a radio button group. I would like "check" an item when a user
click on button. The radio group has 3 items.
I know that I can get the radio button group using:
jQuery("#idRadioButton").click()
However I dont' know how select an item specifically (for exemple
which has value='')
thanks