DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -756,11 +756,13 @@ { var txt = ctrl as CheckBox; txt.Enabled = !isEdt; txt.Checked = false; } if (ctrl is CheckEdit) { var txt = ctrl as CheckEdit; txt.ReadOnly = isEdt; txt.Checked = false; continue; }