From 93cf37903f62903784e9e02eed42bc990a72c07e Mon Sep 17 00:00:00 2001 From: LogishaSelvarajSF4525 Date: Thu, 26 Feb 2026 19:18:53 +0530 Subject: [PATCH 1/7] Updated the checkBox feature --- .../CheckBox/CheckBoxControlPage.xaml | 15 +- .../CheckBox/CheckBoxControlPage.xaml.cs | 38 +--- .../CheckBox/CheckBoxViewModel.cs | 69 ++++++- .../FeatureMatrix/CheckBoxFeatureTests.cs | 176 ++++++++++++------ 4 files changed, 205 insertions(+), 93 deletions(-) diff --git a/src/Controls/tests/TestCases.HostApp/FeatureMatrix/CheckBox/CheckBoxControlPage.xaml b/src/Controls/tests/TestCases.HostApp/FeatureMatrix/CheckBox/CheckBoxControlPage.xaml index 06d20ecc0e5f..0eea113c3258 100644 --- a/src/Controls/tests/TestCases.HostApp/FeatureMatrix/CheckBox/CheckBoxControlPage.xaml +++ b/src/Controls/tests/TestCases.HostApp/FeatureMatrix/CheckBox/CheckBoxControlPage.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Maui.Controls.Sample" x:Class="Maui.Controls.Sample.CheckBoxControlPage" - x:DataType="local:CheckBoxFeatureMatrixViewModel" + x:DataType="local:CheckBoxViewModel" Title="CheckBoxFeature"> + + + +