When I hook up my radio buttons as in the following code
ViewDescriptor buildingInfoViewDescriptor =
new ViewDescriptor(EntityPropertyDescriptors.EmployerChangeRecord.BuildingInfo);
EmployerChangeFormCBM.Descriptors.AddGroup(BuildingInfoGroupBox, buildingInfoViewDescriptor);
Is the BuildingInfo field automatically updated when then user clicks on the radio button and then updated back to the database?