CheckButton.this

Construct the widget.

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

Parameters

parent UiElement

An optional parent of this widget.

text string

The text of the checkbutton.

See Also

Meta