This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Description
DextopFormCheckboxGroup label cannot be localized.
[DextopFormCheckboxGroup(1, fieldLabel = "Party type", itemId = "partyTypesCheckboxses")]
generates this:
itemId: 'partyTypesCheckbox',
xtype: 'checkboxgroup',
fieldLabel: 'Party type',
and it should be this:
itemId: 'partyTypesCheckbox',
xtype: 'checkboxgroup',
fieldLabel: this.partyTypesCheckboxsesTitleText,
Hint: See DextopFormFieldSet implementation.