This seems a ridiculous request, but I can't work out how to set the value (check) a series of checkboxes.
I've got a pdf with a series of layers (map items). I've created a series of checkboxes alongside the legend (Check_Box1, Check_Box2 etc). Selecting these checkboxes turn on and off the respective layers on the map - all works fine.
I just added the checkboxes using the forms tool, so I'm not sure that they are part of a form as such.
I've also made a couple of buttons that turn off all layers (well most, it leaves the map outline and legend etc there) and one that turns it all back on. All works, all good.
The only thing I can't work out how to do is to uncheck all the legend item checkboxes when the All Off button is pressed (using mouseup) and check them all when the All On button is pressed.
Would appreciate any help, thanks heaps!
Dean
To turn the buttons on, you could write some JavaScript to set each button's value to the export value of the button.
Or to toggle the buttons with one push button one could use the "isBoxChecked" propety to see if a button is checked or not then either set the button's value to "Off" of the "exprotValue'.
George Kaiser