Ons Radio Group Input
open class OnsRadioGroupInput(options: List<<Error class: unknown class>>? = null, value: String? = null, name: String? = null, className: String? = null, init: OnsRadioGroupInput.() -> Unit? = null)
The input component rendered as a group of Onsen UI radio buttons with the same name attribute.
The radio group can be populated directly from options parameter or manually by adding OnsRadio components to the container.
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