Refactor #3922: TriStateCheckbox PT Options typo

This commit is contained in:
habubey 2023-05-23 10:56:17 +03:00
parent 270186ca6c
commit cb37100228
3 changed files with 6 additions and 6 deletions

View file

@ -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.
*/