Well, there is some problem I am having with this element.
Let ElTreeItem ShowCheckBox be true.
Click the ElTreeItem CheckBox(Radiobutton).

ElTree.Selected is nil(null)
Click the ElTreeItem Text(If its index = 2)

ElTree.Selected.Index = 2;
Click the ElTreeItem CheckBox(Radiobutton)(If it is in index = 0).

ElTree.Selected.Index = 2(still 2...)
How can I fix this problem?