For more information, please refer to this announcement explaining best practices for getting answers to questions.
Checkbox "Exclude workers who aren't part of the goal plan" is customized to show as selected by def
Content
The Checkbox "Exclude workers who aren't part of the goal plan" is customized to show as selected by default. On the selectBooleanCheckbox Component Property, I have changed the existing EL Expression to true to make the checkbox selected by default for Exclude workers who aren't part of the goal plan field in Setup of Performance Goals Mass Assignment.
After doing the customization, the checkbox is shown as selected by default in UI, but after saving the page, the checkbox value as ‘Y’ is not getting saved to the database. It should save with the value that it has been defaulted as ‘Y’ based on the EL Expression, instead it is saved as unchecked field value.