Passing checkbox variable - flash 8

Hi,

I’m hoping someone can help me with this. I’ve scoured the forums and can’t seem to find exactly what I need. I have a ‘request quote’ form, some of the fields are checkboxes.
I know that I can no longer use the getValue();. But i’m having trouble understanding how to pass the variable using the listener. The examples i’m finding seem to be more for triggering events when the checkbox is selected. I just need to send my variables to an asp page. My combobox & text fields work great, my checkboxes come back undefined.

Thanks for any help with this.

on (release) {
sitedesign = sitedesign_ch.selected;
siteredesign = siteredesign_ch.selected;
ecommerce = ecommerce_ch.selected;
contentmgt = contentmgt_ch.selected;
programming = programming_ch.selected;
seo = seo_ch.selected;
hosting = hosting_ch.selected;
flashdesign = flash_ch.selected;
logodesign = logo_ch.selected;
printwork = print_ch.selected;
heardabout = hearabout_cb.selectedItem.label;
loadVariablesNum(“_sendQuoteEmail.asp”, 0, “POST”);
}