CheckBox.toggle

Toggles the checkbox to the given value. Inwokes an onToggle event if delegate is set.

  1. bool toggle()
  2. bool toggle(bool val)
    class CheckBox
    bool
    toggle
    (
    bool val
    )

Meta