ListViewItemControls

Trailing controls are used to distinguish between Navigation and Action behaviour.

For Navigation, use an icon to indicate a navigation, like an arrow, a chevron or link out as a trailing icon. In contextual menus you do not have to provide a trailing icon for navigation. For Action or Select behaviour, you can add additional controls such as checkbox, radio or switch for selection use cases. In all cases, clicking anywhere within the component triggers the control selection.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Checkbox(val checked: Boolean) : ListViewItemControls
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class RadioButton(val selected: Boolean) : ListViewItemControls
Link copied to clipboard
data class Switch(val checked: Boolean) : ListViewItemControls