bootstack.events.ButtonGroupClickEvent# class bootstack.events.ButtonGroupClickEvent(key='', text='', icon=None)# Bases: object Fires when a button in a button group is clicked. icon: Any# The clicked button’s icon, if any. key: str# The clicked button’s key. text: str# The clicked button’s label text.