Benim uygulamada ben bu yüzden onay kutusunu ayarlamak possiable olan, akordeon onay kutusunu istiyorsun? Bu possiable olup olmadığını nasıl çocuğu tespit edebilir?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
width="100%" height="100%">
<mx:Accordion>
<mx:headerRenderer>
<mx:Component>
<mx:CheckBox label="myCkb"
/>
</mx:Component>
</mx:headerRenderer>
<mx:Panel title="Content1" label="P1" width="200"
height="200" />
<mx:Panel title="Content2" label="P2" width="200"
height="200" />
<mx:Panel title="Content3" label="P3" width="200"
height="200" />
</mx:Accordion>
</mx:Application>