Lines Matching full:checkbox
106 var checkbox = document.createElement('input');
107 checkbox.type = 'checkbox';
108 checkbox.name = this.id_;
109 checkbox.time = this.time.toString();
110 checkbox.addEventListener("click", checkboxClicked);
111 idToCheckbox[this.id_] = checkbox;
112 time.appendChild(checkbox);
983 if (checkboxes[i].type == 'checkbox' && checkboxes[i].checked &&
1025 * Toggle state of checkbox and handle Shift modifier.
1030 // Set all checkboxes from the anchor up to the clicked checkbox to the