reduce uses of paper-checkbox

This commit is contained in:
Luke Pulverenti 2016-09-11 17:02:32 -04:00
parent 7a2ba6f131
commit 47e35cc5dc
21 changed files with 141 additions and 524 deletions

View file

@ -12,4 +12,8 @@
return this.length && this[0].checked;
}
};
$.fn.checkboxradio = function () {
return this;
};
});