A case structure is the one which fits on that. Wire your switch to it and inside each case put the vi of each decoder. If you need more than two cases of a boolean, you can use a numeric control as a slider with 3, 4... positions, or a text ring.
If you need a more accurate control, you can use state machines.
Hope this helps