How to disable options of radio buttons constructed with virtins TypedSelec

Hello developers,
I created some radio/option buttons from an enum by usage of the viritin class TypedSelect. Now I have to disable one of these options. I’ve only found the description of how to do it with the core component OptionGroup.class, but no solution for TypedSelect.

Can anyone post an example for disabling options with TypedSelect, please?