Hello
when not in field group fields:
checkbox/checkboximage/selectmultiple
- is a an array of values
when it is in a field group it becomes
- an array of arrays
this is unlike fields e.g. text field that
before being in a fieldgroup it is
- an array of values
and inside a field group is the same
also the radio,radioimage field too, when not in field group it is an
array (of 1 value)
-- the original option was not to support
checkbox/checkboximage/selectmultiple
inside a fieldgroup
- we also had option to compress the checkbox values, that would make them non-filterable in category views
(like Joomla repeatable field)
we choose to support it, modifying the DB to add a
- subvalue_order column
already had the
- value_order column
even if you solve the forward problem not in grouped --> goes into group, you will still have same problem group-->not in group
- it is best not to change checkbox field in and inside fieldgroup
Code:
- is a an array of values
when it is in a field group it becomes
- an array of arrays