Refactor #3922 - For Checkbox

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 16:09:56 +03:00
parent d1f4dee460
commit 6539ba296d
2 changed files with 5 additions and 1 deletions

View file

@ -37,6 +37,10 @@ export interface CheckboxPassThroughOptions {
* Uses to pass attributes to the icon's DOM element.
*/
icon?: CheckboxPassThroughOptionType;
/**
* Uses to pass attributes to the hidden accessible DOM element.
*/
hiddenAccessible?: CheckboxPassThroughOptionType;
/**
* Uses to pass attributes to the input aria's DOM element.
*/