OnsRadioInput(value: Boolean = false, inputId: String? = null, classes: Set<String> = setOf(), init: (OnsRadioInput.() -> Unit)? = null)
Creates a radio button input component.
value - radio button input value
inputId - the ID of the input element
classes - a set of CSS class names
init - an initializer extension function
Constructor
Creates a radio button input component.