Two possibilities pop to the top of my pointy head. 1. You are handling an event that the checkbox needs -- Pen Down and Control Enter need to be returned false from your form's event handler.
2. You have (most likely inadvertently) tied the boxes together (or with some other controls) into a control group. If so, only one at a time can be selected. -bob mckenzie, palmsource pdx -----Original Message----- From: Grosch, Scott [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 1:26 PM To: Palm Developer Forum Subject: Checkboxes won't uncheck I've created three checkboxes on my main form. They're all in their own group, and each is the only thing in that group. One of them I can toggle on/off, but the other two won't toggle. Once I click it on, it stays on and won't let me turn it off, short of having code that resets it to a 0 value. I'm not doing any type of event handling on the checkboxes. I'm just checking their value once the OK button is pushed. What's keeping the other two from being able to turn off? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
