Checkbox Checked and Uncheck another one

Checkbox Checked and Uncheck another one

Hello Everyone,

I have a repeater control in which  has Data and checkbox shown as

PK(Checkbox Column)    FiscalYear    Status

Checkbox1                     2013    Approved

Checkbox2                    2013    Approved

Checkbox3                    2013     Approved

Checkbox4                    2013      Approved

Checkbox5                   2014       Apprvoed

Checkbox6                   2014       Apprvoed

Checkbox7                   2014       Apprvoed

Checkbox8                   2014       Apprvoed

When the form is loaded. Checkbox1 is shown as checked based on flags in the database. . When the user selects Checkbox3,   Checkbox1 should be deselected. Their should be only one checkbox shown checked for one FiscalYear

For year 2014, Checkbox8 is shown checked when form loads. When Checkbox6 is checked, Checkbox 8 should become uncheck

How do we do this using jquery. 

Thanks