It will work
checkboxInput("test", "test", TRUE), conditionalPanel( condition="input.test", h2("test test") ),
But it is not
checkboxInput("tes.t", "tes.t", TRUE), conditionalPanel( condition="input.tes.t", h2("tes.t tes.t") ),
Where does the document indicate that the dotted name is not supported? Is there any work, so I donβt need to change variable names?
source share