Documentation

checkValue

result of getValue for checked checkbox

string checkValue;

Example

webix.ui({ view:"checkbox", checkValue:"on" })

See also

Details

Default value is 1

Back to top