Radio

constructor(value: Boolean = false, extraValue: String? = null, name: String? = null, labelFirst: Boolean = false, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit? = null)

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

labelFirst

render the label as the first child

label

label text bound to the input element

rich

determines if label can contain HTML code

init

an initializer extension function