Custom properties radio button

Hello fellow SW users

I’ve been having some problems with the custom properties pane. All the different input works fine in relation to drawings but the settings made with “radio button” constantly resets. The properties stays in the document though, unless “apply” is clicked again.
I’ve had to replace all radio buttons with list and it works ok, but not as smart and with less overview.

Have anyone else experienced something similar?

I have one radio button in my drawing properties, and I don’t recall it ever acting weird. I’m on Swx2020 though, so perhaps something has regressed.

If I open my template.drwprp file, that portion looks like this:

 
 <Control Label="Dwg Status" PropName="Status" ApplyTo="Config" Type="RadioButton" ReadOnly="False">
        <Data>
          <Item Label="Released" PropValue="" />
          <Item Label="Draft" PropValue="DRAFT" />
          <Item Label="Review" PropValue="REVIEW" />
        </Data>
</Control>