New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI CheckBox Size

The CheckBox provides options for setting its height and width.

To define the dimensions of the control, use the Length(double) property, which maintains a 1:1 aspect ratio. The default value is 18.

The following example demonstrates how to set the Length value.

<telerik:RadCheckBox x:Name="checkboxLength" Length="40" StrokeWidth="5"/>

The image below shows the result at runtime displaying the defined Indeterminate state together with the configured StrokeWidth and Length properties.

CheckBox Stroke Size

See Also

In this article