kvision / pl.treksoft.kvision.onsenui.form / OnsRadioGroup / <init>

<init>

(js) OnsRadioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: (OnsRadioGroup.() -> Unit)? = null)

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

label - label text of the options group

rich - determines if label can contain HTML code

Constructor