Author Topic: Check box graphics  (Read 4788 times)

apheline

  • Newbie
  • *
  • Posts: 24
Check box graphics
« on: October 05, 2016, 10:10:01 PM »
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!

apheline

  • Newbie
  • *
  • Posts: 24
Re: Check box graphics
« Reply #1 on: October 05, 2016, 10:18:29 PM »
Would I be able to use ButtonValueFN(1) for the same purpose as CheckBoxStateFN(1)?

apheline

  • Newbie
  • *
  • Posts: 24
Re: Check box graphics
« Reply #2 on: October 05, 2016, 10:33:38 PM »
Never mind, I tested it, and that works perfectly!

 

anything