options


optionsArray<Option>

Sets or gets the options of a checkbox group.

Setting the options property sets all the options available to a user.

Getting the options property returns the current list of options available to a user.

You cannot modify the data array in-place. To add, change, or remove individual checkbox options:

  1. Store the value of the options property in a variable.
  2. Make changes to the options array.
  3. Reset the options property with the modified array.
Was this helpful?
Yes
No