Hi,

one way is to introduce a boolean flag, e.g. 'checked' within your data
model which is 'countryData'.
After clicking a row, you have to set this flag to 'true' for the related
row.

Within the item renderer, you have to evaluate the 'checked' property in
order to update the 'selected' property of the checkbox.

Hope this helps!

Olaf





--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to