selectOutput5,链接到单选按钮

selectOutput5, Linkted to Radio Button

我的问题是如何 link 'Radio Button' 和 'Select Output 5'。这个想法是根据相应的单选按钮 select 输出代理。 Click to Image of the simple problem

非常感谢您。

此致, JB

单选按钮有一个 getValue() 方法,因此您可以使用条件在 selectOutput 上使用它

radio.getValue()==0

radio.getValue()==1

等...