WinForms CheckBox Overview

RadCheckBox is designed to provide an interface element that can represent an On or Off state using a check mark. To learn how to manage the states of RadCheckBox see Handling Telerik RadCheckBox States. In DataBinding with the Telerik RadCheckBox you will learn how to leverage the DataBinding features of RadCheckBox. In addition, RadCheckBox, like all of the other controls in Telerik UI for WinForms suite, has versatile design options. RadCheckBox supports three states. This is controlled by the IsThreeState property. If it is set to false, the ToggleState property, which determines the current state of the check mark, can be On or Off . Otherwise, it can be set to On , Off , or Indeterminate .

Telerik UI for WinForms Ninja image

The CheckBox is part of Telerik UI for WinForms, a professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

WinForms RadButtons buttons-checkbox-overview001

Telerik UI for WinForms Learning Resources

Telerik UI for WinForms Additional Resources

In this article