Say there's a form (XAML) with a checkbox on it. If the check box is checked the user should be warned about something. The message to the user is basically, if you enable this then be aware that such and such will happen.
Is it good UX to put this message in a pop up when the checkbox is clicked or should the message be shown on the UI near the checkbox?
My thought is the pop is annoying and interrupts workflow.