Search code examples
typo3backendflux

It is possible to make a flux field checkbox checked?


I create a Checkbox in Flux for Typo3

<flux:field.checkbox label="Feste Höhe" name ="settings.hoehe" />

It is possible to set this checkbox checked per default?

What I see

What I want


Solution

  • I got it

    <flux:field.checkbox label="Feste Höhe" name ="settings.hoehe" default="1"/>