Roman Zikán
Results
2
issues of
Roman Zikán
Fixed issue with naja2 int treeView when expending tree #1000
```php $form->addCheckbox('check') ->addCondition($form::EQUAL, true) ->toggle('checked'); $form->addText('input') ->setOption('id', 'checked'); ``` This code work with original netteForms.js
need-more-info