Hi Nitin ,
You need to use either java script or form calc to achieve this.
follow this logic.
In the exit method of your drop down, read the selected value of dropdown and set it to desired element value.
var sNewSel = this.rawValue;
if ( sNewSel = 'A' )
// now here access ur checkbox object and Set the value to A
Regards,
~Raj