This is a collection of additional form-related HTML tag handlers for easy creating and working with input elements.
It offers server side data handling to form / input / select / textarea elements and handles the posted values of those elements and decides whether to check / select the element or not - all without the need to write additional inline conditions.
This is useful for quick and easy form integration, especially for bigger forms, so you don't have to bother with putting all values back into the form elements, when loading an existing or submitted form.
To enable all form tag handlers just call:
\Template\Tags\Form::initAll();
download form-directives from github