I have a page with a checkbox item, P135_URL_FLAG, based on a static list of values defined as an application shared component. If possible, I'd like certain values of the checkbox to depend on another item on the page.
So, if P135_ALIAS_FLAG (a radio group) contains a 'N' then the checkbox for the value, 'ALIAS' should not appear. If the user sets P135_ALIAS_FLAG to something other than 'N', the checkbox should reappear.
I see that when you edit the LOV, there is a field called "Conditions", that I think might be part of the answer, but I don't know how to use this.