OnsRadioGroupInput
constructor(options: List<StringPair>? = null, value: String? = null, name: String? = null, className: String? = null, init: OnsRadioGroupInput.() -> Unit? = null)(source)
Parameters
options
an optional list of options (label to value pairs) for the group
value
selected option
name
the name attribute of the generated HTML input element