[TYPO3-mvc] Fluid Checkbox

Steffen Ritter info at rs-websystems.de
Tue Dec 15 11:50:02 CET 2009


Currently not possible without "tricks"
Try:

> Here is my template code:
<f:form.hidden property="service" value="" />
> <f:for each="{services}" as="service">
>                                             <f:form.checkbox name="nynamespave[myformname][service][]"    
>         value="{service.uid}"/>           
>     {service.name}
>        
> </f:for><br />       



More information about the TYPO3-project-typo3v4mvc mailing list