visRadioButton
inline fun <S> KWidget<S>.visRadioButton(text: String, style: String = "radio", init: KVisRadioButton.(S) -> Unit = {}): KVisRadioButton
Return
a VisRadioButton instance added to this group.
Parameters
text
will be displayed as VisRadioButton text.
style
name of the widget style. Defaults to "radio".
init
will be invoked with the widget as "this". Consumes actor container (usually a Cell or Node) that contains the widget. Might consume the actor itself if this group does not keep actors in dedicated containers. Inlined.