I have a suitelet with a checkbox. I have a client script that does something based on the checkbox.
Let say the box is not checked, then the user check it. The client script does the validation and return an error, I want to undo the check from the box, I did return false but the box stay checked. What is the trick to undo ?