toggle: Checkbox to manipulate a logical variable

Description Usage Arguments Value See Also

Description

toggle creates a checkbox twiddlerControl for manipulating logical variables.

Usage

1
  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


twiddler documentation built on May 2, 2019, 2:46 p.m.

Related to toggle in twiddler...