inst/examples/CheckboxGroup/server.R

library(shiny)
library(shinyChakraUI)

shinyServer(
  function(input, output, session){

    output[["checkboxgroupValue"]] <- renderPrint({
      input[["checkboxgroup"]]
    })

  }
)

Try the shinyChakraUI package in your browser

Any scripts or data that you put into this service are public.

shinyChakraUI documentation built on Jan. 5, 2022, 5:08 p.m.