package stk

  1. Overview
  2. Docs

A toggle button. State is represented by the active property. Activating the widget toggles the state.

inherit button
method active : bool
method set_active : bool -> unit