inst/comoapp/www/outputs/feedback_choices.R

output$feedback_choices <- renderText({
  return(
    paste0(
      strong(span("Selected in [", icon('cog'), " Country]:")),
      tags$ul(tags$li("Cases/Deaths:", span(class = "redbold", input$country_cases)),
              tags$li("Demographics: ", span(class = "redbold", input$country_demographic)), 
              tags$li("Social contacts: ", span(class = "redbold", input$country_contact)))
    )
  )
})
ocelhay/como documentation built on April 18, 2023, 10:29 a.m.