Table of Contents

Method UpdateChecked

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

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.