Knowledge Walls
Gopal Rao
Mumbai, Maharashtra, India
Passcode:
How to check the checkbox is checked or not in sharepoint list by Xslt
6217 Views
Solution 
Normally the field type of check box is SPFieldBoolean.
If check box checked the field value is equal to 1.if not is equal to 0.
Example
<xsl:if test="@checkbox=1">
     <!-- if check box checked -->
</xsl:if>
<xsl:if test="@checkbox=0">
     <!-- if check box not checked -->
</xsl:if>
Best Lessons of "Sharepoint(MOSS) XSLT codes"
Top lessons which are viewed more times.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details