1
votes

There is a checkbox in my Oracle Apex page. When page load, this checkbox should be checked by default.

I have followed instruction on How to set Oracle Apex Checkbox default value and use Before Footer as Computation Point and Item Value as Computation Type. But it's not working for me.

How can I achieve this ?

2

2 Answers

1
votes

Example Columns Attributes:

  • Display As: Simple Checkbox
  • List of values definition: Y,N
  • Default: 'Y'
0
votes

Mileage will vary depending on APEX version. That seems the long way - why not set the Default Value attribute of the item?

Is the item associated with a database column?