Patch #27807
closedUse a unique way to check/uncheck a group/fieldset with checkboxes
Description
Currently, there are 2 ways to check/uncheck a group/fieldset with checkboxes:
1. Using the green tick icon in screens like:
- New member modal
- Workflow, tab Status transitions
2. Using the explicit links "Check All/Uncheck All" in screens like
- New tracker form
- New custom field form
These 2 patches propose to replace the explicit links from the above mentioned screens (point 2) with the toggle feature.
In this way, will have a unique and consistent way to check/uncheck a group of checkboxes across the application.
I chose to use the version with the green tick because it requires less space than the explicit links and it fits better.
I'm not saying that the green tick is the best option, but this is an ongoing discussion (#27678).
Files
Related issues