Changing sidebar element values based on other sidebar elements?

I have a number of specific scenarios I want the user to be able to select (“Baseline”, “Intervention 1”, etc.), and also allow the user to modify values as well. The goal is to allow the user to move slider1 from 0 to 0.5, and check the “do A” checkbox, then select “Intervention 1” which sets those values in the interface to the correct values.

The problem is that I don’t see any way to change values of sliders or checkboxes in the code. Is this not possible?

1 Like