Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typo3 是否可以选中通量场复选框?_Typo3_Backend_Flux - Fatal编程技术网

Typo3 是否可以选中通量场复选框?

Typo3 是否可以选中通量场复选框?,typo3,backend,flux,Typo3,Backend,Flux,我在Flux中为Typo3创建了一个复选框 <flux:field.checkbox label="Feste Höhe" name ="settings.hoehe" /> 是否可以将此复选框设置为默认选中 我明白了 <flux:field.checkbox label="Feste Höhe" name ="settings.hoehe" default="1"/>

我在Flux中为Typo3创建了一个复选框

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

是否可以将此复选框设置为默认选中

我明白了

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