I have a Design Studio UI form created to kick off a New User request process. On the form I have several checkboxes for Network Access, Blackberry, etc... When I try to read the value of those checkboxes, it's always 'on' regardless of whether the box is checked or not. I've tried various methods (lawForm.getFormElement("chkbb").value) but no matter what I try the value is either 'on' or null. I'm sure there's a simple solution, but I haven't found it. Anyone have success returning checkbox values?