switchInput {ssd4mosaic} | R Documentation |
Custom toggle switch input for shiny UI
switchInput(id, aria_label, checked = TRUE)
id |
The |
aria_label |
An invisible label for screen readers. |
checked |
Whether to create the switch as ON. |
A toggle switch control that can be added to a UI definition.