I have a dropdown field with the values: Start, Wait, Stop
The default value of the Toggle control is : Off(false)
When i select "Stop" in the dropdown field, I need to change the value in the Toggle control to "On"(true), and if i select back to another value than "Stop" the toccle kontrol value should be set to Off.
Any idea how to change the toggle control value on a screen based a value in the dropdown field ?