<# if (item.type == 'dropdown' || item.type == 'hidden' ) { #> <# } else { #> <# _.each( item.groups, function(group) { #> <#= TVE.tpl( 'util/input', { id:'thrive-group-checkbox-'+group.id, '_class': 'thrive-api-group-select tve-api-extra', name:'group', value:group.id, checked: (selected_groups.indexOf(group.id) !== -1), '_type': ( item.type == 'checkboxes' ? 'checkbox' : item.type) }) #> <# } ) #> <# } #>