uncheckValue

the result of getValue for an unchecked checkbox

string uncheckValue;

Example

webix.ui({ view:"checkbox", uncheckValue:"off" })


Default value:

0

Related samples

See also
Back to top