- Now auto-set the value of fields (including checkboxes, and radio buttons). When rendering a form, if there is no specific content set in the value, we set the value, content, checked, or selected state appropriately based on the value set in the form response.

- Adds the data-cgbf-noautovalue attribute to avoid setting the value automatically. This attribute works globally for a form, or on each individual field.
- Now ensure that checkbox groups have the [] appended to their name on rendering.
- Adds the data-cgbf-nonameadjust attribute to avoid attempting to auto-append [] to the name of multiselect fields, or checkbox groups.