Is there a way to render a checkbox into an itemTpl? In ST2.1.0, there's no event that fires after the list data is rendered, so I can't post-process with renderTo. I think there has to be a way to render to some fake element and grab the HTML, but I can't figure out anything that works.
Using components in dataview (or now list) isn't hard at all but the DOM can bloat up. If you don't want to use components then just have a <div> and style it as a checkbox.
The list is pretty small, so it seems to be okay. Do you have example of using components in a list/dataview? That's *exactly* what I'm trying to do, and it would be way cleaner if I didn't have to post-process with renderTo.