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 }} -