When should "Don’t ask next time" check box take effect?
for example, suppose I have a popup like that:
I know the popup would not appear next time when the user clicks 'Yes' with the box checked.
but how about the following situations:
- the user clicks 'No' but 'Don't ask next time' checked
- 'Don't ask next time' checked but the application/windows closed
My question is: When should 'Don't ask next time' check box take effect?
- Take effect immediately (popup wouldn't show next time if box checked but the application/window closed)
- Take effect after 'Yes' or 'No' is selected
- Take effect only after 'Yes' is selected
which one should be used?