A row of toggle chips rendered inline inside the editor box,
wrapped in a collapsible "Capabilities" section.
Keyboard navigation: roving tabindex — Tab enters the group on the
currently focused chip, Arrow Left/Right moves between chips,
Space/Enter toggles, Tab leaves the group.
Accessibility: container has role="group" with aria-label,
each chip uses role="switch" with aria-checked and a descriptive
title tooltip.
A row of toggle chips rendered inline inside the editor box, wrapped in a collapsible "Capabilities" section.
Keyboard navigation: roving tabindex — Tab enters the group on the currently focused chip, Arrow Left/Right moves between chips, Space/Enter toggles, Tab leaves the group.
Accessibility: container has role="group" with aria-label, each chip uses role="switch" with aria-checked and a descriptive title tooltip.