Documentation

uncheckValue

result of getValue for unchecked checkbox

string uncheckValue;

Example

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

See also

Details

Default value is 0

Back to top