Three divs, click the left one, the radio button on the left is checked, and so on

Three divs, click the left one, the radio button on the left is checked, and so on

Hello, please someone help me, it's urgent!

I have three div's:

~Left~  ~Center~  ~Right~

and three radio inputs

|Left| |Center| |Right|

I want this: when I click on the left div, the radio on the left is checked. When I click on the center div, the radio on the center is checked, and the same thing with the right div.


How do I do that in jQuery? Thanks in advance!