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:
options
property in a variable.options
property with the modified array.