UNPKG

meteor-autoform-materialize

Version:
10 lines (8 loc) 196 B
/*jshint esversion: 6 */ export const attsCheckSelected = function() { var atts = Utility.attsToggleInvalidClass.call(this); if (this.selected) { atts.checked = ''; } return atts; };