<input type="checkbox" name="pf_${fieldName}" onclick="PMgr.fieldChanged(this)"
mo:name="${fieldName}" mo:type="CheckBox" mo:field="true"
mo:iValue="{${fieldName} = 'true'}">
<xsl:if test="boolean(${fieldName} = 'true')">
<xsl:attribute name="checked">checked</xsl:attribute>
</xsl:if>
</input>
|