I am working on a project which utilizes several check boxes. I would much prefer a graphic rather than the boring check box image. As far as I can tell there is no actual way to use a graphic (or I suppose two graphics, one for on and one for off) for this, however, I noticed there is a way to have buttons toggle between pressed and unpressed. I was thinking about swapping to this method, however, I cannot find a way to return a result (such as a 1 for pressed and a 0 for unpressed) for whether a button is toggled to pressed or unpressed the way that CheckBoxStateFN(x) does for check boxes. Is there a way that I am just not seeing?
Thanks!