TYPO3 FlexForm - Checkbox Field

You can use below code to get Checkbox field in TYPO3 Flex Form :


<label>Checkbox</label>
<config>
  <type>check</type>
</config> 

Post a Comment

Thanks for your comment.