MCPcopy Index your code
hub / github.com/MALSync/MALSync / MaterialCheckbox

Function MaterialCheckbox

package/materialDesignLite.js:683–687  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

681 * @param {HTMLElement} element The element that will be upgraded.
682 */
683 var MaterialCheckbox = function MaterialCheckbox(element) {
684 this.element_ = element;
685 // Initialize instance.
686 this.init();
687 };
688 window['MaterialCheckbox'] = MaterialCheckbox;
689 /**
690 * Store constants in one place so they can be updated easily.

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected