In ADF you can present values as {'Y','N'} or {'YES' ,'NO} with a dropdown box. But when you have to have a high usability of you application you would like to use checkboxes for boolean values instead of drop down boxes. In ADF this can be achieved by putting the values into a LOV and adjust the display type to checkbox. To show how it's done i have made the following step by step example:
I have created in the hr schema of the database a person table with different boolean...