Add "checked" event to button matrix

It would be good to have an event, such as LV_EVENT_CHECKED, when a button from the button matrix is checked/unchecked, that would be good to automate other UI elements changing based on the checked buttons.

Hi,

LV_EVENT_VALUE_CHANGED event is sent and you can get selected button there and also get its state.