BFPaperCheckboxDelegate Protocol Reference

Conforms to NSObject
Declared in BFPaperCheckbox.h

– paperCheckboxChangedState:

An optional protocol method for detecting when the checkbox state changed. You can check its current state here with ‘checkbox.isChecked’.

- (void)paperCheckboxChangedState:(BFPaperCheckbox *)checkbox

Discussion

An optional protocol method for detecting when the checkbox state changed. You can check its current state here with ‘checkbox.isChecked’.

Declared In

BFPaperCheckbox.h