powered by
Build a shinymaterial input.
material_input(type, ...)
String. The type of input to be created.
Additional arguments for the input.
# NOT RUN { ##-- switch --## material_input( type = "switch", input_id = "example_switch", off_label = "Off", on_label = "On", initial_value = TRUE ) # }
Run the code above in your browser using DataLab