checkbox_server: Checkbox module Server

Description Usage Arguments Value

View source: R/checkbox.R

Description

A checkbox module UI for shiny applications declaration

Usage

1
checkbox_server(input, output, session, label = "Scale?", value = F)

Arguments

input

list of inputs used in the shiny application session

output

list of outputs used the shiny application session

session

The shiny app session object

label

Text label of what should be on the checkbox

value

logical. True or False flag for the radio buttons default selection

Value

logical. Checkbox value


HarryRosen/hrimodules documentation built on Jan. 11, 2022, 12:36 a.m.