<div class="child-checkbox" style="display:{{display}};">
    <span class="checkbox child-checkbox-content" id="{{checkBoxDropId}}">
        <input id="child_checkbox_drop_{{checkBoxDropId}}" class="dropdown__item-checkbox" type="checkbox" ></input>
        <label for="checkbox_drop_{{checkBoxDropId}}">{{name}}</label>
    </span>
</div>
