Environment <HBox> Foo: <xsl:call-template name="Select"> <xsl:with-param name="among"> <option foo="bar"/> <option foo="barbar"/> <option foo="barbarbar"/> </xsl:with-param> </xsl:call-template> </HBox> <HBox> <Checkbox listener="ActionListener"> <xsl:if test="@bar='true'"> <xsl:attribute name="checked">checked</xsl:attribute> </xsl:if> <actionPerformed set="bar" value="true"> <xsl:call-template name="context"/> </actionPerformed> </Checkbox> Save: </HBox>