value property

T value
final

The value represented by this radio button.

This radio button is considered selected if its value matches the groupValue.

Implementation

final T value;