If I have something like below in a template: <input type=checkbox name=choices value="1">1 <input type=checkbox name=choices value="2">2 <input type=checkbox name=choices value="3">3 <input type=checkbox name=choices value="4">4 Is there a way to get the data back as an array, something like: @{$::FORM{'choices'}} Best I can tell, FORM only holds strings. Thanks, Albert