We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d838d64 commit 98a3d75Copy full SHA for 98a3d75
common-features/input-validation.md
@@ -82,7 +82,7 @@ Simple textbox-like inputs do not have any special behavior. You need to bind th
82
</p>
83
<p class="accepts-terms">
84
<label class="k-checkbox-label" for="acceptTermsCheckbox">Accepts terms</label>
85
- <InputCheckbox @bind-Value="@person.AcceptsTerms" id="acceptTermsCheckbox" class="k-checkbox" />
+ <TelerikCheckBox @bind-Value="@person.AcceptsTerms" Id="acceptTermsCheckbox"></TelerikCheckBox>
86
<ValidationMessage For="@(() => person.AcceptsTerms)"></ValidationMessage>
87
88
0 commit comments