Docs / Components
SenseRadioButtonComponent
Single radio option within a named group with forms CVA support from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/radio (port 4202).
Overview
Category: Form controls. Selector: sense-radio-button. Import: import { SenseRadioButtonComponent } from '@artificialsenselabs/ui';
Accessibility
- Share name across options in a fieldset with legend.
- Checked state syncs with the group model value.
- Disabled options are removed from the tab order.