ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CheckBox Class / IsChecked Property

In This Topic
    IsChecked Property (CheckBox)
    In This Topic
    Gets or sets whether the CheckBox is checked.
    Syntax
    public new Nullable<bool> IsChecked {get; set;}
    Public Shadows Property IsChecked As Nullable(Of Boolean)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also