In a extjs app, I have a tree panel that is loading json data from a store. In that information I have a property checked that allows me manipulate a checkbox over a row in the tree panel. Currently I have two events that I use to do some actions (checkchange and select).
How can I do to set true the state of the checkbox by listening the select event?
In this picture shows the select event over a row, I want to set true the state of the checkbox listening the select event.
