How to enable buttons in menu when a level is completed

Just read the saved level in the widget.

For example, I have 4 buttons. one is always enabled, the other 3 are disabled. So, in the Construct Event, I read the saved level and enable all buttons that correspond to levels that are <= level:

My level selection menu:

Enable buttons depending on the saved level: