Boolean checkbox handling
Pavel_pAug 25 2011 — edited Aug 29 2011Hi all,
please, can anybody help me with the following problem? I want to replace a textbox, that shows 1/0 (which represents true/false) with a checkbox. Values of the checkbox should be:
1 if checked
0 if unchecked
I found the solution here (ApexLib) http://www.oracle-and-apex.com/boolean-checkbox-handling/ but I can't believe, that I have to install and configure third party library for such a simple thing.
Thanks in advance,
Pavel