If checkbox is "unchecked" how do i make textbox associated with it have a numeric value to be 0?
I have a CheckBox36 and a Text28 box. If checkbox36 is "checked" then text28 is populated with a specific numeric value "100". I am using this action in checkbox36 properties: event.value = this.getField("Text28").value = "100"; this works great.
How do make "Text28" have "0" value when i "uncheck" checkbox36?
