How to use the @material/checkbox/index.MDCCheckbox function in @material/checkbox

To help you get started, we’ve selected a few @material/checkbox examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github material-components / material-components-web-catalog / src / CheckboxCatalog.js View on Github external
    this.initCheckbox = checkboxEl => checkboxEl && this.checkboxes.push(new MDCCheckbox(checkboxEl));
  }
github material-components / material-components-web-catalog / src / ThemeCatalog.js View on Github external
initCheckbox = ele => ele && this.componentInstances.push(
      new MDCCheckbox(ele));
  initIconToggle = ele => ele && this.componentInstances.push(