Sets or gets the options of the checkbox group.
options
is an array of objects, each representing an option available to a user.
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:
options
property in a variable.options
property with the modified array.