| Name | Type | Default | Description |
|---|---|---|---|
isError |
Boolean |
boolean |
/ export class EdInlineCheckbox extends EdElement { static get styles() { return unsafeCSS(styles.toString()); } /** Error switch |
isSuccess |
Boolean |
boolean |
Success switch |
readOnly |
Boolean |
boolean |
value attribute |
disabled |
Boolean |
boolean |
disabled attribute |
value |
String |
string |
value attribute |
fieldId |
String |
string |
Id |
name |
String |
string |
Name attribute |
checked |
Boolean |
boolean |
Checked property |
fieldNote |
String |
any |
Description or Error message for the field |
required |
Boolean |
boolean |
Required attribute |
optionalLabel |
String |
string = '(optional)' |
Optional label to appear after label text |
iconName |
String |
string |
Icon to display in field note |
inverted |
Boolean |
boolean |
Inverted variant 1) Used for dark backgrounds |
ariaDescribedBy |
String |
string |
aria-describedby attribute property |
| Name | Description |
|---|---|
- |
The component content |
Full interactive examples, variant previews, accessibility audits, and the complete API reference are available in Storybook — generated directly from the component source code.
packages/eddie-web-components/components/inline-checkbox/inline-checkbox.ts