I've implemented a ButtonSkin for CheckBox. I have several of them in a VBox. I'm trying to tween during the IndexChangedEvent via the childIndexChange event, to move the selected CheckBox up to the top.
I'm wondering if VBox is the right way to go or is a subclass of List better? Also not sure if childIndexChange is the right way to go, since the AS doc says: Dispatched *after* the index of a container child changes Thanks for any suggestions. Kyle

