You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/dialog/integration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ This article contains the following examples:
19
19
*[Checkbox integration in Dialog](#checkbox-in-a-dialog)
20
20
*[Filter integration in Dialog](#filter-in-a-dialog)
21
21
22
-
## Checkbox in a Dialog
22
+
## CheckBox in a Dialog
23
23
24
-
To use a Checkbox component in the Dialog:
24
+
To use a CheckBox component in the Dialog:
25
25
26
-
1. Include the [Telerik Checkbox](slug:checkbox-overview) as `DialogContent`.
26
+
1. Include the [Telerik CheckBox](slug:checkbox-overview) as `DialogContent`.
27
27
1. Set the [`Value` parameter](slug:checkbox-overview#checkbox-parameters) of the CheckBox with two-way binding.
28
28
1. Invoke the [Dialog `Refresh` method](slug:dialog-overview#dialog-reference-and-methods) in the [CheckBox `OnChange` event](slug:checkbox-events#onchange).
0 commit comments