diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts index 04ba9e695..5dde0de83 100755 --- a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts +++ b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts @@ -33,7 +33,7 @@ export interface TriStateCheckboxPassThroughOptions { /** * Uses to pass attributes to the checkbox box's DOM element. */ - checbox?: TriStateCheckboxPassThroughOptionType; + checkbox?: TriStateCheckboxPassThroughOptionType; /** * Uses to pass attributes to the check icon's DOM element. */ diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.vue b/components/lib/tristatecheckbox/TriStateCheckbox.vue index 067fa80fe..d22027461 100755 --- a/components/lib/tristatecheckbox/TriStateCheckbox.vue +++ b/components/lib/tristatecheckbox/TriStateCheckbox.vue @@ -17,7 +17,7 @@ /> {{ ariaValueLabel }} -
+
diff --git a/doc/tristatecheckbox/pt/PTDoc.vue b/doc/tristatecheckbox/pt/PTDoc.vue index 1982b66ca..2cd927ad4 100644 --- a/doc/tristatecheckbox/pt/PTDoc.vue +++ b/doc/tristatecheckbox/pt/PTDoc.vue @@ -4,7 +4,7 @@