I'm trying to find a slick way to make my radio buttons checked. Doing
something like ...

[% IF flags && 16 %]
  <input class="radio" type="radio" name="recipe_type" value="Warmup"
checked="1" />Warmup
[% ELSE %]
  <input class="radio" type="radio" name="recipe_type" value="Warmup"
/>Warmup
[% END %]

... just seems wrong.

Suggestions?

Thanks,

Bill
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to