Props
| Prop | Type | Default | Notes |
|---|---|---|---|
label | string | '' | |
checked | boolean | false | |
disabled | boolean | false | |
size | xs | sm | md | lg | xl | md |
StellarUI
Tag-like checkbox surface for short preferences, filters, and amenity toggles.
Preference toggle
Toggle tags work best in groups. The component only owns one pill surface and its checked state; grouping layout still belongs to the surrounding app or form.
<stellar-toggle-tag>Docs alerts</stellar-toggle-tag>Complete props, events, slots, and implementation notes for the shipped toggle-tag.
| Prop | Type | Default | Notes |
|---|---|---|---|
label | string | '' | |
checked | boolean | false | |
disabled | boolean | false | |
size | xs | sm | md | lg | xl | md |
| Event | Source | Notes |
|---|---|---|
click | native | Bubbles from the internal button when the tag is activated. |
input / change | stellar-toggle-tag | Emitted after a user toggle changes checked. |
| Slot | Notes |
|---|---|
| default | The tag label content. This may include icons or short inline markup. |