Last data update: 2014.03.03

R: Checkbox to manipulate a logical variable
toggleR Documentation

Checkbox to manipulate a logical variable

Description

toggle creates a checkbox twiddlerControl for manipulating logical variables.

Usage

  toggle(default = FALSE, label = as.character(NA))

Arguments

default

The default logical value for the checkbox, TRUE means "checked", FALSE "unchecked".

label

The text label of the checkbox.

Value

An object of class twiddlerControl.

See Also

twiddle

Results