CF8 preservedata: all checkboxes checking
When using cfform's preservedata attribute we're having a problem with checkboxes. If no items in a group are selected, no items are selected when the page reloads. If any items are selected, ALL items in the group are selected when the page reloads.
The official documentation insinuates that's the way it used to behave prior to CFMX, but we're using CF8.0.1 (on Linux 2.6.18). I've Googled up others with this problem but no answers -- there was even a post on these forums in 2008 -- and a couple CF gurus I've contacted said to report it as a bug. I found a reference where Macromedia acknowledged this as a bug for CF7. (http://webdesign.mylounge.com/archive/index.php/t-257235.html)
Here's a simple example form (with the code printed out underneath): http://www.cadetesting.com/preservedata.cfm. Can you catch anything wrong with the way it's coded that others missed? Or is this truly a bug on our server?
