You need to sign in to do that
Don't have an account?

How to tell if checkbox on visualforce is checked
I need to do some processing based on whether a checkbox (inputcheckbox) is checked on page SAVE.
after searching around, all I have seen are references to using a wrapper class, which seems a little bit overboard for what I am looking to do.
Is there an easier way to tell if a checkbox is checked?
You don't need a wrapper class, just a controller variable:
Nice one mate.
cheers.