tabler_switch: Custom Tabler switch input

Description Usage Arguments Value See Also

View source: R/tabler.R

Description

Similar to the shiny checkbox

Usage

1
tabler_switch(inputId, label, value = FALSE, width = NULL)

Arguments

inputId

The input slot that will be used to access the value.

label

Display label for the control, or NULL for no label.

value

Initial value (TRUE or FALSE).

width

The width of the input, e.g. '400px', or '100%'; see validateCssUnit().

Value

A toggle input tag.

See Also

update_tabler_switch.


DivadNojnarg/outstanding-shiny-ui-code documentation built on Nov. 2, 2021, 12:03 p.m.