We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bf4d7 commit 956c914Copy full SHA for 956c914
src/radio/radio.stories.ts
@@ -15,7 +15,6 @@ storiesOf("Radio", module).addDecorator(
15
<ibm-radio-group aria-label="radiogroup" [(ngModel)]="radio" (change)="onChange($event)">
16
<ibm-radio *ngFor="let radio of manyRadios"
17
[value]="radio.num"
18
- [checked]="radio.checked"
19
[disabled]="radio.disabled">
20
{{radio.num}}
21
</ibm-radio>
0 commit comments