Checkbox Images in List
        Posted  
        
            by Bridget
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bridget
        
        
        
        Published on 2010-06-01T20:38:30Z
        Indexed on 
            2010/06/01
            21:03 UTC
        
        
        Read the original article
        Hit count: 266
        
It seems like it should be a simple concept. I need a vertical list. This list has an image with a checkbox and pathname of that image underneath it. The user should be able to check the checkboxes of the images they want to appear in their "shopping cart". The images, checkbox label, and list are populated by an XmlList. How can I do this in Flex 3.5 and Actionscript and have a button that when clicked, display a list of the checked items??
© Stack Overflow or respective owner