There is no built-in way to do this, but template systems can add similar features. I personally use Smarty . This is not exactly the same, but it seems.
For example, checkboxes:
{ html_checkboxes name="foo" }
Or date picker
{ html_select_date time=$some_unix_timestamp }
It is also easy to extend it with plugins
source share