value property

T value
final

The value represented by this radio button.

If this equals the groupValue, then this radio button will appear selected.

Implementation

final T value;