ui_stories <- function(){
list(
uiOutput("ui_pick_economy_document_stories"),
checkboxInput("checkboxInput.stories.prod", "Update Prod Data", value = FALSE),
checkboxInput("checkboxInput.stories.localisation", "Update Quest Localisation Data", value = FALSE),
checkboxInput("checkboxInput.stories.scripts", "Update Quest Scripts File", value = FALSE)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.