jQuery Mobile Accordion not expanding (KnockoutJS)

jQuery Mobile Accordion not expanding (KnockoutJS)

I'm using jQuery Mobile and KnockoutJS and can't get the Accordion widget to work. You can find an example of what I'm trying to do here:  http://jsfiddle.net/NYTQC/1/. The accordion panels does not expand when clicked.  Can anyone explain what I have done wrong and perhaps show how to correct the code? In my real project the observable knockout collection will be updated dynamically depending on user actions.