Add CheckboxFormField (#3812)
authorPeter Lohse <github@hsrvmail.net>
Fri, 18 Dec 2020 18:17:12 +0000 (19:17 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 18:17:12 +0000 (19:17 +0100)
commitd91b65261f1c90901d432e804ac55d879e0809cb
tree76aff1e6bc59f6587d33faa78a4a43a7ec63f0b2
parent29f2ff29b27b8c5c91e13d84aea62330c53ba9f5
Add CheckboxFormField (#3812)

* added implementation of a checkbox form field for boolen values

* fixed indentation

* added __checkboxFormField to syncTemplates.json

* added missing comma
com.woltlab.wcf/templates/__checkboxFormField.tpl [new file with mode: 0644]
syncTemplates.json
wcfsetup/install/files/acp/templates/__checkboxFormField.tpl [new file with mode: 0644]
wcfsetup/install/files/lib/system/form/builder/field/CheckboxFormField.class.php [new file with mode: 0644]