New to Telerik UI for .NET MAUIStart a free 30-day trial

Definition

Namespace:Telerik.Maui.Platform

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public class RadMauiCheckBox : MauiViewGroup

Inheritance: objectRadMauiCheckBox

Constructors

C#
public RadMauiCheckBox(Context context)
Parameters:contextContext

Properties

C#
public float CheckBoxLength { get; set; }
C#
public Color CheckedBoxColor { get; set; }
C#
public Color CheckedSymbolColor { get; set; }
C#
public float CornerRadius { get; set; }
C#
public override bool Enabled { get; set; }
C#
public Color IndeterminateBoxColor { get; set; }
C#
public Color IndeterminateSymbolColor { get; set; }
C#
public bool IsAnimated { get; set; }
C#
public bool? IsChecked { get; set; }
C#
public bool IsThreeState { get; set; }
C#
public float StrokeWidth { get; set; }

Gets or sets the length of the touch area of the checkbox. If CheckBoxLength is less than TouchAreaMinimumLength, this property is used to determine the size of the checkbox.

C#
public float TouchAreaMinimumLength { get; set; }
C#
public Color UncheckedBoxColor { get; set; }

Methods

C#
public override void OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info)
Parameters:infoAccessibilityNodeInfo
C#
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters:changedboolleftinttopintrightintbottomint
C#
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters:widthMeasureSpecintheightMeasureSpecint

Events

Occurs when Control is checked.

C#
public event EventHandler Toggled

Occurs before the checkbox state changes. Can be canceled.

C#
public event EventHandler<CancelEventArgs> Toggling

Extension Methods