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

<init>

(js) OnsRadioGroupInput(options: List<StringPair>? = null, value: String? = null, name: String? = null, classes: Set<String> = setOf(), init: (OnsRadioGroupInput.() -> 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

Constructor