OnsRadioInput
constructor(value: Boolean = false, inputId: String? = null, className: String? = null, init: OnsRadioInput.() -> Unit? = null)(source)
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