How to set default checked for radio button?

1
I have radio button with data from data source. I would like to have one of my radio button checked as default. How can i do that? Thanks.
asked
1 answers
2

By setting the object before you show the object. Or by setting a default in your domain model. The first option would mean custom microflows when creating a new object so that might be a bit more work.

Regards,

Ronald

 

answered