RadioOption

constructor(value: T, label: String, description: String? = null)

Parameters

value

Typed domain value represented by this option.

label

Display text.

description

Optional secondary text shown below label.