Learn R Programming

shiny.semantic (version 0.3.0)

uicheckbox: Create Semantic UI checkox

Description

This creates a checkbox using Semantic UI styles.

Usage

uicheckbox(..., type = "")

Arguments

...

Other arguments to be added as attributes of the tag (e.g. style, childrens etc.)

type

Type of checkbox to be used.

The following types are allowed:

  • NULLThe standard checkbox (default)

  • toggleCheckbox with toggle form

  • sliderCheckbox with slider form