Learn R Programming

twiddler (version 0.4-0)

toggle: Checkbox to manipulate a logical variable...

Description

Checkbox to manipulate a logical variable

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.

Details

toggle creates a checkbox twiddlerControl for manipulating logical variables.

See Also

twiddle