When using Ext 5.0 checkboxgroup in a form panel, and calling getForm().getFieldValues() on the containing form, Ext does not return an array of individual inputValue but instead booleans. I suspect this is a bug, as it leads to inconsistency depending on how you collect the formvalues.

tl;dr inputValue property on checkbox contained in a checkboxgroup isn't respected when values are colleccted via get FieldValues()


99.9% this isn't by design as a radiogroup collected by parent form's getFieldValues() does respect inputValues