Return to Snippet

Revision: 61551
at December 20, 2012 21:28 by thesmu


Initial Code
<xsl:choose>
  <xsl:when test="$currentPage/NAME OF TRUE FALSE HERE = '1'">CODE HERE</xsl:when>
  <xsl:otherwise></xsl:otherwise>
</xsl:choose>

Initial URL
http://stackoverflow.com/questions/8236851/umbraco-create-a-tickbox-list-which-will-define-what-content-to-add-to-a-page

Initial Description
add as macro in template

Initial Title
True / False XSLT (Umbraco)

Initial Tags


Initial Language
XSLT