This commit is contained in:
sgay
2011-01-20 13:56:20 -01:00
parent f08ca0f014
commit edc930241b
2 changed files with 34 additions and 1 deletions

View File

@@ -56,7 +56,8 @@ namespace umbraco.editorControls
/// <param name="output"> The HTML writer to write out to </param>
protected override void Render(HtmlTextWriter output)
{
if (!Page.IsPostBack && _data != null && _data.Value != null)
// zb-00024 #299260 : always render, postback or not postback
if (_data != null && _data.Value != null)
{
if (_data.Value.ToString() == "1")
this.Checked = true;