|
|
@ -56,13 +56,4 @@ export class Radio extends BasicButton { |
|
|
|
this.fireEvent(Radio.EVENT_CHANGE); |
|
|
|
this.fireEvent(Radio.EVENT_CHANGE); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
setSelected(b) { |
|
|
|
|
|
|
|
super.setSelected(b); |
|
|
|
|
|
|
|
if (b) { |
|
|
|
|
|
|
|
this.radio.element.addClass("bi-high-light-background"); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
this.radio.element.removeClass("bi-high-light-background"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|