How lock several chek boxes and combo boxes after submit form ?
RadioButtonList.access = "readOnly";CheckBox1.access = "readOnly";
In most cases, objects can be changed to readonly using ".access" property.
try code like following in preSubmit or postSubmit event depending on your requirement.