TAdvOfficeRadioGroup clarification?

In the events, what is the difference between OnClick and OnCheckBoxClick?  Which event should be used when  item selection changes?

When AdvOfficeRadioGroup.CheckBox.Visible = true, the OnCheckBoxClick event is triggered when the caption checkbox is clicked.

OnClick is the regular control's OnClick event.

Thanks.