Field for Attribute with Choices as Checkboxes

You can configure a field to display possible values for an attribute as a series of checkboxes.

The checkboxes are only shown when the field is displayed on the form in Edit mode. In View mode, the current value shows.

You can use a Range Program to specify the name of a JPO that contains a method to get the field value ranges (choices).

If you want to save multiple selections, a custom JPO needs to be written using the checkbox or listbox input types which might delimit the choices in the attribute using the ENOVIA Studio Customization Toolkit.