Searched refs:newCheckboxValue (Results 1 – 2 of 2) sorted by relevance
47778 var newCheckboxValue = null;47781 …newCheckboxValue = cellProperties.uncheckedTemplate === void 0 ? true : cellProperties.checkedTemp… property47783 …newCheckboxValue = cellProperties.uncheckedTemplate === void 0 ? false : cellProperties.uncheckedT… property47786 instance.setDataAtCell(row, col, newCheckboxValue);
1 …newCheckboxValue=null;if(event.target.checked){newCheckboxValue=cellProperties.uncheckedTemplate==…