Skip to content

IsChecked Property

Mauricio Jorquera edited this page Nov 13, 2023 · 1 revision

Gets or sets whether the CheckBox is checked.

Syntax

C#

public bool IsChecked { get; set; }

Remarks

The default value is false.