I have a script with a simple formula:
Input 1 * Input 2 * Input 3 / 25 = result
How can I manipulate the value 25 if a checbox is checked?
For example, if a checkbox is checked, the input 1,2,3 should divide with 35 at the end instead of 25 and display the result divided by 35.