Overview
Options represent a single item in a list. They can be used in a bw-select or bw-menu.
Properties
| Property | Attribute | Description | Type | Default |
|---|
checked | checked | Whether the option is checked | boolean | false |
disabled | disabled | Whether the option is disabled | boolean | undefined |
displayValue | display-value | The value to display in the option | string | undefined |
type | type | The type of option | "multiselect" | "select" | undefined |
value | value | The value of the option | string | undefined |
Slots
| Slot | Description |
|---|
| The content of the option |
"after" | Placed after the option |
"end" | Placed at the end of the option |
Shadow Parts
| Part | Description |
|---|
"inner-button" | The inner button element that wraps the options content |
CSS Custom Properties
| Name | Description |
|---|
--color | The color of the option |
--focus-background | The background color of the option when focused |
Dependencies
Used by
Depends on
Graph
© 2025 United Systems & Software - All Rights Reserved.