I have a requirement where based on the dropdown values, it should default a checkbox or field to a certain value.
So let's say the values for the dropdown are: 1, 2, and 3. If I select 1, a checkbox should be checked. If 2 or 3 is selected, a field should have the default value of "983.3".
The question I'm asking is: How do I clear the checkbox/all form fields upon selection of another dropdown value (2 or 3) after selecting 1? This is so only the conditional default values for 1 or 2/3 will appear on the form based upon selection.