guarda cosi riesco a inviare i dati del check box al file php.
solo che mi restituisce come valori true o false potrebbe anche andare bene, come si potrebbe fare per cambiare true in ok e fgalse in no
questo e il codice che associo al pulsante.

on (release) {
if (_root.cek.getValue() == true) {
variabile = _root.cek.getValue();
} else if (_root.cek.getValue() == false) {
variabile = _root.cek.getValue() ;
}
loadVariablesNum("sendmail.php", 0, "POST");
}