mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
iOS switch
This commit is contained in:
@@ -71,7 +71,7 @@ export class RadioGroup extends Ion {
|
||||
@IonicComponent({
|
||||
selector: 'ion-radio',
|
||||
host: {
|
||||
'[class.item]': 'item',
|
||||
'class': 'item',
|
||||
'[attr.aria-checked]': 'input.checked',
|
||||
}
|
||||
})
|
||||
@@ -91,7 +91,6 @@ export class RadioButton extends IonInputItem {
|
||||
config: IonicConfig
|
||||
) {
|
||||
super(elementRef, config);
|
||||
this.item = true;
|
||||
this.group = group;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user