[TYPO3-mvc] CheckboxViewHelper -> $this->propertyValue()
Frenck Lutke
frenck at innologi.nl
Thu May 23 09:50:04 CEST 2013
On 23-5-2013 9:41, Frenck Lutke wrote:
> Hi Stefan,
>
> On 22-5-2013 13:10, Stefano Cecere wrote:
>> this problem still persists (at least on 4.7)
>> the only solution i fould is as Henjo says: setting the "booleans" to
>> '1' and threat them as integer..
>
>
> What about leaving them boolean and setting up the checkbox VH in your
> templates like so:
>
> <f:form.checkbox property="propertyName" value="1" checked="{property}
> == 1" />
>
> HTH,
> Frenck
Sorry, I copied from a source of mine WITHOUT a boolean property. Try:
<f:form.checkbox property="propertyName" value="1" checked="{property}" />
More information about the TYPO3-project-typo3v4mvc
mailing list