Method UpdateChecked
UpdateChecked()
Updates the checked state of all checkbox subviews so that only the checkbox corresponding to the current Value is checked.
public override void UpdateChecked()
Remarks
If Value doesn't exist in the list of checkbox values, then the first checkbox will be checked by default and will raise the ValueChanging/ValueChanged events.