Checkbox

data class Checkbox(val checked: Boolean) : ListViewItemControls

Checkbox is used to represent a trailing checkbox control in the list view item.

Constructors

Link copied to clipboard
constructor(checked: Boolean)

Properties

Link copied to clipboard

The state of the checkbox.