Apex 4.0.2
Suppose I use the Post Element Text attribute of a page item to render a checkbox using
<input type="checkbox" ....
and a dynamic action to save its state to a database table. I am sure this will work fine but when the page loads how do I go about setting the value of all these checkboxes?
Any ideas? Thanks