how to implement search for a tree of checkbox

Hi,
have created 3-state checkbox tree using Component-tree which is there in add-ons.
Now i have to implement search onit. Have defined an TextField what ever tree node i define in search TextField ,i want it to search the whole tree and render only the search result part of tree.

Can anyone please helpme to achieve this