How can I force a MaterialButtonToggleGroup to act like a RadioGroup as in having at least one selected item always? Setting setSingleSelection(true)
setSingleSelection(true)
As of 1.2.0-alpha03 you can simply use the selectionRequired option:
selectionRequired