SelectableRow

internal fun SelectableRow(selected: Boolean, text: String, onClick: () -> Unit)(source)

Renders the SelectableRow UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

selected

selected value consumed by the API.

text

text value consumed by the API.

onClick

callback invoked when the user activates the control.