value property
- @Input()
getter/setter pair
Value this radio represents, used in selection model with radio-group.
Implementation
@Input()
dynamic value;
Value this radio represents, used in selection model with radio-group.
@Input()
dynamic value;