if (checkBox.rawValue != 1){
checkBox.rawValue = 1;
}
That should check the box if it isn't. Make sure that if you changed your on/off values, though, that your script reflects that. Setting the rawValue to 1 assumes that your on value is the default 1 and your off value is the default 0.
Ryan D. Lunka
Cardinal Solutions Group
rlunka@cardinalsolutions.com