Ons Radio Input
open class OnsRadioInput(value: Boolean = false, inputId: String? = null, className: String? = null, init: OnsRadioInput.() -> Unit? = null)
OnsenUI radio button input component.
Parameters
value
radio button input value
input Id
the ID of the input element
class Name
CSS class names
init
an initializer extension function
Constructors
Link copied to clipboard
constructor(value: Boolean = false, inputId: String? = null, className: String? = null, init: OnsRadioInput.() -> Unit? = null)
Creates a radio button input component.