Refactor #3922 - For Checkbox

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 12:09:09 +03:00
parent 8e6068e26b
commit 9dcb0daa01
4 changed files with 70 additions and 4 deletions

View file

@ -88,6 +88,12 @@ const CheckboxProps = [
type: 'string',
default: 'null',
description: 'Used to define a string that labels the element.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];