UNPKG

meteor-autoform-materialize

Version:
11 lines (10 loc) 282 B
<template name="afCheckboxGroupInline_materialize"> <div class="af-checkbox-group" {{dsk}}> {{#each items}} <p> <input type="checkbox" value="{{value}}" {{itemAtts}} /> <label for="{{itemAtts.id}}">{{label}}</label> </p> {{/each}} </div> </template>