UNPKG

meteor-autoform-materialize

Version:
10 lines (7 loc) 230 B
/*jshint esversion: 6 */ import { Template } from 'meteor/templating'; import Utility from '../../utilities'; import './boolean-checkbox.html'; Template.afCheckbox_materialize.helpers({ atts: Utility.attsToggleInvalidClass });