Learn R Programming

twiddler (version 0.5-0)

toggle: 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