I have two checkboxes, and i need to do that validation:
When the first option of the CheckA is selected, the first option on the CheckB must be unselected.
P.S. : Must be on click.
I have two checkboxes, and i need to do that validation:
When the first option of the CheckA is selected, the first option on the CheckB must be unselected.
P.S. : Must be on click.
Subject: It Work!
Thank you.
Subject: Not a lot to go on here but …
Pulling out my crystal ball I think what you are looking for is 2 things:
the onChange event for the first checkbox Field
the ‘Run Exiting/OnChange events after value change’ property of a checkbox field (found on the 3rd tab counting left to right of the Field infobox)
By selecting the Field property mentioned in 2. above, it will immediately trigger any onChange code as soon as you click (change) the checkbox