prettySwitch | R Documentation |
An instance of this class is used in similar way to shinyWidgets::prettySwitch
An R6::R6Class object.
new()
prettySwitch$new(.label_)
ui_input()
prettySwitch$ui_input( .tag_ = "UI_input", .value_ = FALSE, .class_ = "flex-fill text-right" )
ui_output()
prettySwitch$ui_output(.tag_ = "UI_output")
ui_render_output()
prettySwitch$ui_render_output(.tag_ = "UI_render_output")
server()
prettySwitch$server(input, output, session)
get_uiInId()
prettySwitch$get_uiInId()
get_uiOtId()
prettySwitch$get_uiOtId()
get_uiRdOtId()
prettySwitch$get_uiRdOtId()
clone()
The objects of this class are cloneable with this method.
prettySwitch$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.