Hi Vig,

Its the double-quotes that are the problem, might suggest that any string that contains double-quotes, be wrapped in a single-quote string, example:

$=execute(' $$$var = $form.CheckBox("$var") ')

-Shawn