Help for this page

Select Code to Download


  1. or download this
    [% IF foo_checked ; '<input type=checkbox name="foo" checked>' ; ELSE 
    +-%]
    <input type=checkbox name="foo">[% END %]
    
  2. or download this
    <!--// IF foo_checked ; '<input type=checkbox name="foo" checked>' ; E
    +LSE -->
    <input type=checkbox name="foo"><!--// END -->