[Solved] Flex 4 Itemrenderer for List

One way to approach this is to add a field to the objects in your dataProvider that tracks whether or not the item has been selected. Then, in your item renderer, you inspect this field and decide whether or not to display the checkmark. Here’s a working example app and renderer: Application: <?xml version=”1.0″ encoding=”utf-8″?> … Read more