Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.checkboxFactory_ = el => new MDCCheckbox(el);
this.initCheckbox = checkboxEl => checkboxEl && this.checkboxes.push(new MDCCheckbox(checkboxEl));
}
initCheckbox = ele => ele && this.componentInstances.push(
new MDCCheckbox(ele));
initIconToggle = ele => ele && this.componentInstances.push(