Docs / Components

SenseSelectButtonComponent

Toggle button group for single or multiple selection from @artificialsenselabs/ui, with reactive forms integration.

Live demo: run nx serve showcase and open /components/select-button (port 4202).

Overview

Category: Form controls. Selector: sense-select-button. Import: import { SenseSelectButtonComponent } from '@artificialsenselabs/ui';

Accessibility

  • Exposes role="group" with configurable ariaLabel.
  • Options use aria-pressed to reflect selection state.
  • Implements ControlValueAccessor for reactive forms and disabled state.