Check Box actions
I have two checkboxes on a PDF (Check and ACH) and one signature block field.
I would like to have the following actions.
1. Checkbox("Check") == true [eg, check] - action set Checkbox("ACH") ==false [eg. unchecked] and Signature filed to - this.getField("Signature").clearItems();
2. Checkbox("ACH") == true [eg, check] - action set Checkbox("Check") ==false [eg. unchecked] and Signature filed to - this.getField("Signature").setItems(["No Signature Needed"]);
How do I code the two check boxes???
