value property

  1. @Input()
dynamic value
getter/setter pair

Value this radio represents, used in selection model with radio-group.

Implementation

@Input()
dynamic value;