Skip to content

Commit 46275f1

Browse files
dimodidimodi
authored andcommitted
checkbox letter casing
1 parent b4d1c66 commit 46275f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/dialog/integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ This article contains the following examples:
1919
* [Checkbox integration in Dialog](#checkbox-in-a-dialog)
2020
* [Filter integration in Dialog](#filter-in-a-dialog)
2121

22-
## Checkbox in a Dialog
22+
## CheckBox in a Dialog
2323

24-
To use a Checkbox component in the Dialog:
24+
To use a CheckBox component in the Dialog:
2525

26-
1. Include the [Telerik Checkbox](slug:checkbox-overview) as `DialogContent`.
26+
1. Include the [Telerik CheckBox](slug:checkbox-overview) as `DialogContent`.
2727
1. Set the [`Value` parameter](slug:checkbox-overview#checkbox-parameters) of the CheckBox with two-way binding.
2828
1. Invoke the [Dialog `Refresh` method](slug:dialog-overview#dialog-reference-and-methods) in the [CheckBox `OnChange` event](slug:checkbox-events#onchange).
2929

30-
>caption Using Checkbox in Dialog
30+
>caption Using CheckBox in Dialog
3131
3232
````RAZOR
3333
@using Telerik.DataSource

0 commit comments

Comments
 (0)