OnsRadioGroupInput(options: List<StringPair>? = null, value: String? = null, name: String? = null, classes: Set<String> = setOf(), init: (OnsRadioGroupInput.() -> Unit)? = null)
options
- an optional list of options (label to value pairs) for the group
name
- the name attribute of the generated HTML input element
Constructor