Skip to content

Commit 7e36cc6

Browse files
committed
docs: update content
1 parent cf43b7b commit 7e36cc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/docs/forms/validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ For invalid fields, ensure that the invalid feedback/error message is associated
402402
<CFormCheck
403403
feedbackInvalid="You must agree before submitting."
404404
id="invalidCheck"
405+
invalid
405406
label="Agree to terms and conditions"
406407
required
407408
type="checkbox"
@@ -480,6 +481,7 @@ For invalid fields, ensure that the invalid feedback/error message is associated
480481
<CFormCheck
481482
feedbackInvalid="You must agree before submitting."
482483
id="invalidCheck"
484+
invalid
483485
label="Agree to terms and conditions"
484486
required
485487
type="checkbox"

0 commit comments

Comments
 (0)