OnsRadioInput

constructor(value: Boolean = false, inputId: String? = null, className: String? = null, init: OnsRadioInput.() -> Unit? = null)

Creates a radio button input component.

Parameters

value

radio button input value

inputId

the ID of the input element

className

CSS class names

init

an initializer extension function