cowbell/splittypie

View on GitHub
app/templates/components/my-checkbox-list.hbs

Summary

Maintainability
Test Coverage
{{#each content key="@identity" as |item|}}
    <label>
        <input type="checkbox" checked={{is-included item selection}} {{action "change" on="change"}}/>
        {{read-path item optionLabelPath}}
    </label>
{{/each}}