isChecked() for checkbox

Kali

16-12-2007 03:07:12

More often than having events fire when a user checks a checkbox, you just want to get it's state.

kungfoomasta

16-12-2007 06:35:09

Wonder why I didn't add this in when I made the widget. Thanks for bringing this up, it's in SVN now.

CheckBox::getChecked
CheckBox::setChecked

As expected, setChecked will fire the onCheckChanged event, if the state has changed.