RadioButton

data class RadioButton(val selected: Boolean) : ListViewItemControls

RadioButton is used to represent a trailing radio button control in the list view item.

Constructors

Link copied to clipboard
constructor(selected: Boolean)

Properties

Link copied to clipboard

The state of the radio button.