What I need is a <mx:HBox> that allows me to put Tick Boxes in it in a horizontal row but when the HBox resizes due to the browser window changing sizes it wraps the Tick Boxes onto the next line.
I thought of using Tile, but the text that comes with the tick boxes are many diffrent lengths long and the Tile does not take into account the length of the tick boxes. from this # XXXX XX XXXXXXX XXX XXXXXX XXX XX # to this # XXXX XX XXXXXXX XXX # # XXXXXX XXX XX # when the window changes size. - Stephen Brown

