Grouped checkboxes with inset list ... possible?
I'm trying to create
vertically grouped checkboxes that each have a "more info"-type icon on the right, leading you to more information about each item.
Basically the same as the iPhone/iPad Wi-Fi "Choose a Network..." combined checkbox/list view in Apple's "Settings" application.
Behavior:
1. Click anywhere except on the "More Info" icon and it checks the checkbox
2. Click on the "More Info" icon and it takes you to another view
I see support for the "More Info" functionality in the inset list section (bottom example: "Broken Bells") but haven't been able to successfully combine this with the vertically grouped checkboxes.
Having lots of success with jQuery Mobile so far!