webduino checkbox

Can someone help with the webduino checkbox syntax, the way I have it coded, the checkbox variable is not being returned in the POST header data. Radio button variables are returned..... :~

defined outside loop()


int frontcheckint =0;
char frontrequestcheckvar[5];

in code


itoa(frontcheckint, frontrequestcheckvar, 10);
server.checkBox("frontrequestcheck", frontrequestcheckvar , "Front request", 0);