<div class="collection-checkbox">
    <span class="checkbox collection-checkbox-content" id="{{checkBoxDropId}}">
        <input id="checkbox_drop_{{checkBoxDropId}}" class="dropdown__item-checkbox" type="checkbox"></input>
        <label for="checkbox_drop_{{checkBoxDropId}}">{{name}}</label>
    </span>
    <span class="collection_count_{{parentId}} parent_count"></span>
    <span class="caret"></span>
</div>
<div class="child-toggle_{{parentId}} child-toggle-dropdown-group" ></div>
