HELP
An object that outputs a 1 if pressed (or
checked) and a 0 if left up (or unchecked).

USE
Use Toggle to set a one or a zero output.
Toggle is commonly used with an If/Then
object that contains an A==1 condition.

LOCATION
Data ==> Toggle

OBJECT MENU
* Auto Execute - If set, the object operates
whenever the values in the field are edited.

* Format ==> - Specifies the appearance of the
object and the method of selecting a choice.

  * Check Box - The choice is made by
clicking on a recessed box.  A check mark
denotes the selection.

  * Button - The choice is made by pressing a
  button.

* Initialize ==> - Used to set this object to a
particular value at PreRun and/or Activate
time.

  * Initial Value - A dialog box that
specifies the value to be set.  Default value
is the first string value in the list.

  * Initialize At PreRun - Whether to set the
Initial Value at PreRun time.  Default is
off.

  * Initialize At Activate - Whether to set
the Initial Value at Activate time.  Default
is off.

NOTES
Initialize is most often used for
initializing values inside a UserObject.

The other method for setting initial
values Default Value control pin available on
most data constants.  The Default Value pin
allows you to programmatically change the
current value.

Since the icon of this object represents
its greatest utility, the object menu
accessed from the icon is larger and more
useful than the object menu accessed from its
open view.

SEE ALSO
Complex, Constant, Coord, Date/Time, Enum,
If/Then, Initialize, Integer, PComplex, Real,
and Text.
