Appium does not reflect the state change on switch button

Hello
I have this issue when I have this button that is always on enable=true property (it is the case with all the buttons), so it is impossible to track the state change of the buttons, I used both appium inspector and UIAutomator tools, also calling .is_enabled() in python always returns true, any idea how to fix it
I am using Appium 1.22.3 and python 3.10

This seems like an issue to take up with your developers. Ask them to change state of buttons when clicked.