value property

bool get value

The current value of this input.

Implementation

bool get value;
set value (bool value)

Sets the value of this input.

Implementation

set value(bool value);