Shiny App checkboxInput and conditionalPanel

后端 未结 2 1033
悲&欢浪女
悲&欢浪女 2021-02-15 03:26

I am new to ShinyApp.

I want to use a checkboxInput() with conditionalPanel, so when it\'s checked, the options for Type will show up (then users can select a Type from

2条回答
  •  名媛妹妹
    2021-02-15 03:53

    I came across this question recently while researching a similar one.

    It seems the simple answer to the checkboxInput condition is as below:

    condition="input.checkbox==1",

提交回复
热议问题