Using multiple buttons to switch between application state
I have a situation where user can switch between two modes of working with an application.
To show which mode the application is currently in, I would like to use two buttons. One with a disabled state with 'Using' label and a checkmark, and one action button.
What approach is best to switch between modes? Is this approach compliant with UX best practices?