[TYPO3-mvc]  Re: Frontend plugin and m:n relation
    Anthony 
    sanosuke303 at yahoo.fr
       
    Thu Jan 16 11:31:59 CET 2014
    
    
  
I fixed the issue, below the correct template
<f:for each="{categories}" as="category" iteration="categoriesIteration">
    <div class="my-profile-div-categorie">
        <label for="category_{category.uid}">
        {category.name}
    </label>
    <f:form.checkbox property="categories" id="category_{category.uid}" value="{category.uid}" checked="{category.checked} == 'true'" />
        </div>
</f:for>
    
    
More information about the TYPO3-project-typo3v4mvc
mailing list