ArcGIS Pro 3.7 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 Shadows Property IsChecked As Nullable(Of Boolean)
    public new Nullable<bool> IsChecked {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also