CheckBox.this

CTOR for checkbox with text

  1. this(Text text, string source, Coordinate coordinates, bool checked)
  2. this(dstring text, string source, Coordinate coordinates, bool checked)
    class CheckBox
    this
    (
    dstring text
    ,
    string source
    ,
    Coordinate coordinates
    ,
    bool checked = false
    )
  3. this(string iconChecked, string iconUnchecked, string source, Coordinate coordinates, bool checked)

Meta