CheckBox.value

Returns the current value (whether it's checked or not) as a boolean.

  1. bool value [@property getter]
    class CheckBox
    @nogc @property
    bool
    value
    ()
  2. bool value [@property setter]

Meta