CheckButton.this

Construct the widget.

  1. this(UiElement parent, string text)
  2. this(string text)
    class CheckButton
    this
    (
    string text = null
    )

Parameters

text string

The text of the checkbutton.

Meta