Table of Contents

Class CheckBoxWithLabelView

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

Implements CheckBox with Label.

public class CheckBoxWithLabelView : HorizontalStackLayout, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IBindableLayout, IVisualTreeElement, IStackLayout, ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding, ICrossPlatformLayout
Inheritance
CheckBoxWithLabelView
Implements

Constructors

CheckBoxWithLabelView()

Initializes a new instance of the CheckBoxWithLabelView class.

Properties

CheckBox

Gets inner CheckBox control.

IsChecked

Gets or sets whether inner checkbox is checked.

Label

Gets inner label control.

Text

Gets or sets label text.

ToolTip

Gets or sets tooltip.

Events

CheckedChanged

Occurs when checked state of the inner checkbox is changed.