From 83a6dacd5db39c77b7ae77b12f5c7381975ee876 Mon Sep 17 00:00:00 2001 From: snehakPV Date: Wed, 23 Jul 2025 12:22:03 +0530 Subject: [PATCH] Updated the read me file --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9b7b080..9b6868a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This section provides a quick overview for working with the SfCheckBox for .NET To use this control inside an application, you must register the handler for Syncfusion® core. -```C# - +**C#** +``` using Microsoft.Extensions.Logging; using Syncfusion.Maui.Core.Hosting; @@ -46,7 +46,8 @@ namespace CheckBoxGettingStarted 1. Import the control namespace `Syncfusion.Maui.Buttons` in XAML or C# code. 2. Initialize [SfCheckBox](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfCheckBox.html) control. -```xml +**XAML** +``` @@ -54,10 +55,8 @@ namespace CheckBoxGettingStarted ``` -```C# -using Syncfusion.Maui.Core; -. . . - +**C#** +``` using Syncfusion.Maui.Buttons; namespace CheckBoxGettingStarted { @@ -184,8 +183,6 @@ public MainPage() ``` - - Run the application to render the following output: ![.NET MAUI CheckBox](picktoppings.png)