kvision / pl.treksoft.kvision.form.check / Radio / <init>

<init>

Radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false)

Parameters

value - selection state

extraValue - the additional String value used for the radio button group

name - the name attribute of the generated HTML input element

label - label text bound to the input element

rich - determines if label can contain HTML code

Constructor