[]
        
(Showing Draft Content)

C1.Maui.Core.C1CheckBox

C1CheckBox Class

Represents a control that a user can select and clear.

Inheritance
C1CheckBox
Implements
Namespace: C1.Maui.Core
Assembly: C1.Maui.Core.dll
Syntax
public class C1CheckBox : C1View, IDisposable

Constructors

Name Description
C1CheckBox()

Initializes a new instance of the C1CheckBox class.

Fields

Name Description
IsCheckedProperty

Identifies the IsChecked dependency property.

IsReadOnlyProperty

Identifies the IsReadOnly dependency property.

IsThreeStateProperty

Identifies the IsThreeState dependency property.

Properties

Name Description
IsChecked

Gets or sets whether the C1CheckBox is checked.

IsReadOnly

Gets or sets whether the C1CheckBox is read only.

IsThreeState

Gets or sets whether C1CheckBox supports indeterminate state.

Methods

Name Description
Dispose(bool)
OnChecked(EventArgs)

Raises the Checked event.

OnForegroundChanged()

Called when the foreground changed.

Events

Name Description
Checked

Occurs after the value of checkBox changes