<ul>
    {{#each breakdowns}}
    <li>
        <label for="transaction_type_{{transaction_type_id}}">
            <input class="digitalSalesDivBlocks transactionTypes" id="transaction_type_{{transaction_type_id}}" type="checkbox" checked="checked" name="transaction_type_{{transaction_type_id}}" value="{{transaction_type_id}}"/>{{transaction_type_desc}}
        </label>
    </li>
    {{/each}}
</ul>