CheckBox.value

Sets the new value (whether it's checked or not) as a boolean.

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

Meta