0

How can I make a radio button or checkbox in a form be selected as default, without the user selecting any of them? Obviously the users could check what they want if they wish to. I have looked in the documentation and have found the preferred_choices function but I believe this has another aim. Thanks in advance!

1 Answers1

2

You can set a default value on the property of your object link to your form or override it with the data option

Fabien Salles
  • 1,101
  • 15
  • 24