Skip to content

Commit 98a3d75

Browse files
svdimitrmarin-bratanov
authored andcommitted
docs(common): Updated input validation to work with TelerikCheckbox
1 parent d838d64 commit 98a3d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-features/input-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Simple textbox-like inputs do not have any special behavior. You need to bind th
8282
</p>
8383
<p class="accepts-terms">
8484
<label class="k-checkbox-label" for="acceptTermsCheckbox">Accepts terms</label>
85-
<InputCheckbox @bind-Value="@person.AcceptsTerms" id="acceptTermsCheckbox" class="k-checkbox" />
85+
<TelerikCheckBox @bind-Value="@person.AcceptsTerms" Id="acceptTermsCheckbox"></TelerikCheckBox>
8686
<ValidationMessage For="@(() => person.AcceptsTerms)"></ValidationMessage>
8787
</p>
8888

0 commit comments

Comments
 (0)