Skip to content

Commit 956c914

Browse files
committed
Update story
1 parent 05bf4d7 commit 956c914

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/radio/radio.stories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ storiesOf("Radio", module).addDecorator(
1515
<ibm-radio-group aria-label="radiogroup" [(ngModel)]="radio" (change)="onChange($event)">
1616
<ibm-radio *ngFor="let radio of manyRadios"
1717
[value]="radio.num"
18-
[checked]="radio.checked"
1918
[disabled]="radio.disabled">
2019
{{radio.num}}
2120
</ibm-radio>

0 commit comments

Comments
 (0)