RPC call for disabled connector

I have made a simple component GWT extension for abstract fields. It is a simple toggle button, which toggles it’s target component “enabled” state. So, when I toggle it to “disable”, the component is being disabled and I can never enable it back with my toggle button. RPC server refuses to make a call as the field is disabled. It is a security feature. Is there a workaround for my case?

I wonder if you could just make a server-side composite instead of an GWT extension?

The button, toggling it’s target component has some fancy design, styles and structure.
I will make a composite, but first wanted to try a harder way. :slight_smile: