Hi Cayleigh,
The Accessibility Helper widget in Mendix targets only the first matching element within its container, so if you need to add attributes to multiple elements, you’ll have to wrap each one with a separate instance of the widget. Unfortunately, it doesn’t support applying attributes to multiple elements at once. If this limitation is an issue, you might consider using JavaScript in a nanoflow to dynamically set attributes, creating a custom widget, or leveraging CSS with ARIA attributes where applicable. If you have a specific use case, feel free to share, and we can explore the best approach!
Let me know if you have any issues,
Hope it helps!!