I have a use case where I want to disable some radio buttons, but there are ways to go back an re-enable this radio buttons. If I use the disabled attribute then screen readers will skip over the field and be unaware of important information.
I'm looking for an accessible solution that would continue to work for standard users, but also be compatible across most screen readers as well.