# Passing checkbox variable - flash 8

**URL:** https://forum.kirupa.com/t/passing-checkbox-variable-flash-8/201256
**Category:** Uncategorized
**Created:** [September 19, 2006, 8:57pm UTC](https://forum.kirupa.com/t/passing-checkbox-variable-flash-8/201256 "2006-09-19T20:57:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jemini18](https://avatars.discourse-cdn.com/v4/letter/j/d9b06d/32.png) [@jemini18](https://forum.kirupa.com/u/jemini18)
#### Post date: [September 19, 2006, 8:57pm UTC](https://forum.kirupa.com/t/passing-checkbox-variable-flash-8/201256/1 "2006-09-19T20:57:29Z")

</div>

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”);  
> }
