starman@programming.dev to Programming@programming.devEnglish · 9 months agoShould a toggle button show its current state or the state to which it will change?ux.stackexchange.comexternal-linkmessage-square38fedilinkarrow-up1100arrow-down12file-textcross-posted to: uiux@programming.devhackernews@lemmy.smeargle.fans
arrow-up198arrow-down1external-linkShould a toggle button show its current state or the state to which it will change?ux.stackexchange.comstarman@programming.dev to Programming@programming.devEnglish · 9 months agomessage-square38fedilinkfile-textcross-posted to: uiux@programming.devhackernews@lemmy.smeargle.fans
minus-squaremacniel@feddit.delinkfedilinkarrow-up9·9 months agoButtons don’t show what is currently happening, but what action, with the provided user input via toggles, input boxes, checkboxes if any, should be taken. In your example, your Cancel Button should Cancel the transaction.
Buttons don’t show what is currently happening, but what action, with the provided user input via toggles, input boxes, checkboxes if any, should be taken. In your example, your Cancel Button should Cancel the transaction.