diff --git a/blazor/calendar/special-dates.md b/blazor/calendar/special-dates.md
index 5c1911d9fa..9c1e423ef1 100644
--- a/blazor/calendar/special-dates.md
+++ b/blazor/calendar/special-dates.md
@@ -93,4 +93,4 @@ Customize specific dates in a [Blazor Calendar](https://www.syncfusion.com/blazo
```
{% previewsample "https://blazorplayground.syncfusion.com/embed/hXVAMBLBLyofGefV?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Calendar with special dates](./images/blazor_calendar_special_dates.png)" %}
-N> The `RenderDayCellEventArgs` includes a `CurrentView` property that identifies the active calendar view during rendering. Possible values are `Month`, `Year`, and `Decade`. Use this to apply view-specific logic and diagnostics within the `OnRenderDayCell` handler. This property is useful for customizing the rendering of day cells based on the calendar's current view.
\ No newline at end of file
+N> The `RenderDayCellEventArgs` includes a `CurrentView` property that identifies the active calendar view during rendering. Possible values are `Month`, `Year`, and `Decade`. Use this to apply view-specific logic within the [OnRenderDayCell](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Calendars.CalendarEvents-1.html#Syncfusion_Blazor_Calendars_CalendarEvents_1_OnRenderDayCell) handler. This property is useful for customizing the rendering of day cells based on the calendar's current view.
\ No newline at end of file
diff --git a/blazor/common/adding-script-references.md b/blazor/common/adding-script-references.md
index d2868302ec..dd954e659d 100644
--- a/blazor/common/adding-script-references.md
+++ b/blazor/common/adding-script-references.md
@@ -339,6 +339,10 @@ The following table lists components and their script file names.
Chart |
sf-chart.min.js |
+
+ | CheckBox |
+ sf-checkbox.min.js |
+
| AccumulationChart |
sf-accumulation-chart.min.js |
@@ -419,6 +423,10 @@ The following table lists components and their script file names.
Splitter |
sf-splitter.min.js |
+
+ | Switch |
+ sf-switch.min.js |
+
| Toast |
sf-toast.min.js |
diff --git a/blazor/datepicker/special-dates.md b/blazor/datepicker/special-dates.md
index 1ac4642fea..d5a469cfbd 100644
--- a/blazor/datepicker/special-dates.md
+++ b/blazor/datepicker/special-dates.md
@@ -93,4 +93,4 @@ You can customize specific dates in a DatePicker by using the [OnRenderDayCell](

-N> The `RenderDayCellEventArgs` includes a `CurrentView` property that identifies the active calendar view during rendering. Possible values are `Month`, `Year`, and `Decade`. Use this to apply view-specific logic and diagnostics within the `OnRenderDayCell` handler. This property is useful for customizing the rendering of day cells based on the calendar's current view.
\ No newline at end of file
+N> The `RenderDayCellEventArgs` includes a `CurrentView` property that identifies the active calendar view during rendering. Possible values are `Month`, `Year`, and `Decade`. Use this to apply view-specific logic within the [OnRenderDayCell](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Calendars.DatePickerEvents-1.html#Syncfusion_Blazor_Calendars_DatePickerEvents_1_OnRenderDayCell) handler. This property is useful for customizing the rendering of day cells based on the calendar's current view.
\ No newline at end of file
diff --git a/blazor/query-builder/events.md b/blazor/query-builder/events.md
index 7d66461a16..3706cc5993 100644
--- a/blazor/query-builder/events.md
+++ b/blazor/query-builder/events.md
@@ -112,7 +112,7 @@ The OnActionFailure event is triggered whenever a remote data request or action
## Drag-and-drop events
-Enable drag-and-drop by setting the [`AllowDragAndDrop`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.QueryBuilder.SfQueryBuilder-1.html#Syncfusion_Blazor_QueryBuilder_SfQueryBuilder_1_AllowDragAndDrop) property to `true` (default is `false`).
+Enable drag-and-drop by setting the [`AllowDragAndDrop`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.QueryBuilder.SfQueryBuilder-1.html#Syncfusion_Blazor_QueryBuilder_SfQueryBuilder_1_AllowDragAndDrop) property to `true` (default is `false`). When enabled, the following events will be triggered based on the actions performed.
### RuleDragStarting