UNPKG

meteor-autoform-materialize

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