Nothing
test_that("switch is stable", {
expect_snapshot(cc(inline_switch("switch_id", value = FALSE,
on = shiny::span("On", class = "text-success"),
off = shiny::span("Off", class = "text-danger"),
meaning = "On/off switch")))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.