You can reduce postbacks and increase performance by setting the AutoPostBack property for CheckBox and RadioButton controls to false.
#IF DEFINED PBWEBFORM THEN
cbx_1.AutoPostBack = false
#END IF
For more information on the built-in Web Forms control properties, see Chapter 6, “Properties for .NET Web Forms.”