UNPKG

d-md-components

Version:

A pack of components for Derby according to Google's Material Design based upon mdl (getmdl.io).

13 lines (8 loc) 263 B
var Checkbox = require('./../index'); Checkbox.prototype.click = function(event) { this._triggerAnimation(event); }; Checkbox.prototype.mouseUp = function() { this._removeAnimation(); if(this.groupHeader) this._checkSubgroupCheckboxes(); };