DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -785,6 +785,11 @@ { var txt = ctrl as CheckEdit; txt.ReadOnly = isEdt; if (txt.Tag != null && txt.Tag.ToString().Length > 0 && txt.Tag.ToString().StartsWith("moren")) { txt.Checked = bool.Parse(txt.Tag.ToString().Replace("moren.", "")); } else txt.Checked = false; continue; }