Check documentation for the latest version of dhtmlxSuite isChecked DHTMLX Docs

isChecked

checks whether the specified checkbox is checked

boolean isChecked(string|number id);
idstring|numberthe checkbox id
booleantrue - checkbox is checked, false - checkbox is unchecked

Example

var isChecked = myRibbon.isChecked(id);

Back to top