[TYPO3-german] Multiple checkboxen extbase/fluid

Erik Heinen heinen.erik at villeroy-boch.com
Tue Jan 7 09:36:11 CET 2014


Hi,

ich habe es mittlerweile so gelöst, dass ich "normale" checkboxen nutze. Also:
<input type="checkbox" ..../>
Das funktioniert auch wunderbar.

Vorher hatte ich :

<f:for each="{units}" as="unit" key="number">
                <f:form.checkbox property="affectedunits" value="{unit.uid}" />
                {unit.unitname}
</f:for>


More information about the TYPO3-german mailing list