Q about Checkboxes

Is there a way to provide on/off pictures using a .plist somehow?

(Might as well ask the following too while I’m at it)

Is there a way to provide a touch event listener to a checkbox that’s not a lambda function? Like:
checkBox->addTouchEventListener(MyClass:myCheckboxCallback);
I tried a couple of ways but had to give up and use lambas. I’m a pretty inexperienced C++ developer so it might be easier than it looks to me :slight_smile:

Great framework anyways, been using it for little more than a week and I’m loving it!