Add new theme to checkbox

- add features for ionic theme of checkbox;
This commit is contained in:
João Ferreira
2024-03-25 13:06:30 +00:00
parent f664329f71
commit 730105964a
9 changed files with 635 additions and 3 deletions

View File

@ -216,6 +216,9 @@ export const IonCheckbox = /*@__PURE__*/ defineContainer<JSX.IonCheckbox, JSX.Io
'labelPlacement',
'justify',
'alignment',
'required',
'shape',
'size',
'ionChange',
'ionFocus',
'ionBlur'