You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabled buttons should be grayed out and not clickable
Readonly buttons should just be not clickable
Toggle buttons stay pressed when you click them (much like checkboxes, just rendered as buttons)
The text was updated successfully, but these errors were encountered:
I think toggle buttons shouldn't be rendered as buttons. Because it's not easy to understand if it's on or off.
So I'm going to implement them that are like Android's. ToggleButton in Android
Disabled buttons should be grayed out and not clickable
Readonly buttons should just be not clickable
Toggle buttons stay pressed when you click them (much like checkboxes, just rendered as buttons)
The text was updated successfully, but these errors were encountered: