toggle_step_state {shiny.semantic} | R Documentation |
Toggle step state
Description
Toggle step state
Usage
toggle_step_state(id, state = TRUE, automatic_steps = TRUE, asis = TRUE)
Arguments
id |
ID of step to be toggled |
state |
State of the step, |
automatic_steps |
Whether to toggle focus of next step automatically |
asis |
When used inside of Shiny module, |
See Also
steps
[Package shiny.semantic version 0.5.1 Index]