Need help in Checkbox formula

Hi Everyone,

Anyone who can help me with checkbox issue.

I need a formula where it will automatically checked the items provided. And it will still be editable.

For example, i have clicked a radio button that triggers the checkbox to launched. The choices in the checkbox will then be automatically checked but the user can still uncheck them.

Appreciate your help in advance.

Thanks so much!

ML

Subject: Need help in Checkbox formula

Just set value of the checkbox to a text list of values you want checked and refresh the doc.

For instance if you want Pens and Books checked:

FIELD checkboxname := “Books” : “Pens”;

@command([viewrefreshfields])