According to the documentation, AppCompatToggleButton exists. I need to use this widget, but it does not exist in this package:
implementation 'androidx.appcompat:appcompat:1.0.2'
I've found it. It is in 1.1.0-alpha02
implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'