<li class="extract-settings-item" id="extract-setting-<%- attributes.type %>">
    <div class="col1">
        <input type="checkbox" class="extract-setting-type" value="checkbox" <%- attributes.checked ? 'checked' : ''%> />
        <div class="setting-type-checkbox topcoat-checkbox__checkmark"></div>
        <label><%- attributes.label %></label>
    </div>
    <div class="col2"><input type="text" class="topcoat-text-input extract-suffix" value="<%- attributes.suffix ? attributes.suffix : 'none'%>"></div>
    <div class="col3"><input type="text" class="topcoat-text-input extract-folder"  value="<%- attributes.folder + '/' %>"></div>
</li>