Correct the value of checked option from previous commit

This commit is contained in:
Hadi Nategh 2015-07-22 10:06:30 +00:00
parent ae4fa08e80
commit 466eea3cbc

View File

@ -101,7 +101,7 @@ class etemplate_widget_tree extends etemplate_widget
/**
* check checkbox if exists (in case of three-state checkboxes values can be:0 unchecked- 1 - checked or -1 - unsure)
*/
const CHECKED = 0;
const CHECKED = 'checked';
/**
* Parse and set extra attributes from xml in template object