SingleChoiceCheckBox

fun SingleChoiceCheckBox(items: List<Item>, selectedItem: Item, onClick: (Item) -> Unit)(source)