InputRadioButtons
class InputRadioButtons(key: String? = null, func: InputRadioButtons.() -> Unit) : Input
Content copied to clipboard
Input of the type RadioButton.
Constructors
Link copied to clipboard
fun InputRadioButtons(key: String? = null, func: InputRadioButtons.() -> Unit)
Content copied to clipboard
Functions
Link copied to clipboard
Set a listener which returns the new value when it changed.
Link copied to clipboard
Set a drawable.
Link copied to clipboard
Invoke the result listener which returns the input value.
Link copied to clipboard
Set the options to be displays as RadioButtons within a group.
Link copied to clipboard
Set a listener which returns the final value when the user clicks the positive button.