CheckListBox.onItemChecked

Fired when an item's checkbox is toggled; argument is the item index.

class CheckListBox
Event!(int) onItemChecked;

Meta