Class CheckBox

Check box that can be toggled on or off.

class CheckBox
  : Panel

Constructors

NameDescription
this ()

Fields

TypeNameDescription
bool
checked
void delegate(bool)
onToggle
dstring
text

1 inherited fields

Methods

NameDescription
build ()
updateElement (el)

5 inherited methods

Aliases

NameDescription
enabled
wrap

CSS nodes

CheckBox
├── Widget.icon
╰── Label?.label