Well kind of. There are two parts to this. 1 is actually setting the values in the variables to "on" and the other is changing the way the page looks so that the boxes are checked. For the first, have one action for each checkbox. Action: modify variable; Target: form object variable; Value: on.For the second, I don't know how to do it in .exe but for any html output (HTML, AICC, SCORM) you need to refresh the page. Have one action that modifies a variable not used elsewhere:Action: modify variable; Target: dummy variable, Value: javascript:window.location.reload()Edited By: bpitman on 2006-11-15 15:28:35