Hi, Is it possible to use check boxes in single choice questions? The user can either select YES or NO but not both. Raj
if (this.rawValue == "1") {
this.parent.altAddNo.rawValue = "0"
}
if (this.rawValue == "0") {
this.parent.altAddNo.rawValue = "1"
}
Dan
www.it-prints.com