Does `MaterialButtonToggleGroup` have any way of b...
# android
j
Does
MaterialButtonToggleGroup
have any way of binding with LiveData? Or do I need to drop down to
OnButtonCheckedListener
and set the ViewModel manually?