Title: Checkboxes in Request Collection
Thread: Checkboxes in Request Collection
Forum: Need Help?
Conference: ColdBox
User: tb How do you get the value of a checkbox "checked" or "unchecked" from the
requestion collection on on a handler page?
I am able to get the values from
textboxes and dropdown lists using rc.Element, but I am having problems with my
checkboxes as rc.CheckboxName returns the value instead of a bit for checked or
unchecked.