mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 01:03:03 +08:00
feat(checkbox, radio, toggle, range): stacked labels for form controls (#28075)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com> Co-authored-by: ionitron <hi@ionicframework.com>
This commit is contained in:
@ -212,6 +212,7 @@ export const IonCheckbox = /*@__PURE__*/ defineContainer<JSX.IonCheckbox, JSX.Io
|
||||
'value',
|
||||
'labelPlacement',
|
||||
'justify',
|
||||
'alignment',
|
||||
'legacy',
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
@ -585,6 +586,7 @@ export const IonRadio = /*@__PURE__*/ defineContainer<JSX.IonRadio, JSX.IonRadio
|
||||
'labelPlacement',
|
||||
'legacy',
|
||||
'justify',
|
||||
'alignment',
|
||||
'ionStyle',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
@ -845,6 +847,7 @@ export const IonToggle = /*@__PURE__*/ defineContainer<JSX.IonToggle, JSX.IonTog
|
||||
'labelPlacement',
|
||||
'legacy',
|
||||
'justify',
|
||||
'alignment',
|
||||
'ionChange',
|
||||
'ionFocus',
|
||||
'ionBlur',
|
||||
|
Reference in New Issue
Block a user