Property "Checked" <checked>

Top  Previous  Next

The Checked property is used to specify whether the Check Box will appear as checked when the page loads in browser.

 

Setting the value of the property dynamically

We should use $vof() XSL Instruction to set the value dynamically.

Example:

<item>

  <InCampaign>true</InCampaign>

</item>

 

$vof(/item/InCampaign = 'true') 

 

The Checkbox will be initially checked since the value of "/item/InCampaign" node is "true".