RadioButtonItem

data class RadioButtonItem(val label: String, val isChecked: Boolean = false)

Representation of a radio button item.

Parameters

label

The label of the radio button.

isChecked

The state of the radio button.

Constructors

Link copied to clipboard
constructor(label: String, isChecked: Boolean = false)

Properties

Link copied to clipboard
val isChecked: Boolean = false
Link copied to clipboard