public void RenderLabel(ContainerElement container) { if (IsTest) { ((TemplateElement)container.FindByName("ON")).CloneInPlace(); } else { ((TemplateElement)container.FindByName("OFF")).CloneInPlace(); } }