Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Shiny 复选框是否可以在 UI 中相互观察,这样如果我要选中一个,则必须取消选中另一个,反之亦然。
我遇到了函数 updateCheckBox 但显示的示例用于服务器端,复选框是否可以在 UI 端相互通信?
谢谢,
这通常是单选按钮的用途,请参阅?radioButtons。那些在这里不起作用有什么原因吗?
?radioButtons