Save default values for radio button

How can I assign a default value to a radio button and make sure that value is saved even if the user doesn't interact with a radio button component?

for instance, if I have local!radioButtonDefaultValue: false

I see that the No label is selected, when value field of the component is set to local!radioButtonDefaultValue but the value itself isn't saved automatically unless the user interacts with the radio button component. I want to save the false value even if there is no interaction with the component.

  Discussion posts and replies are publicly visible