Properties
| Name | Attribute | Type | Description |
|---|---|---|---|
| label | label | |
Text label. |
| allowDeselect | allow-deselect | |
Allow deselection of radio elements. |
| horizontal | horizontal | |
Arrange radio elements horizontally. |
| data | data | |
Data associated with the component. |
| dir | dir | |
Used to set the base direction of text for display |
| lang | lang | |
Used to identify the language of text content on the web |
Events
| Name | Type | Description |
|---|---|---|
| radio-change | |
Dispatched when a radio selection is changed. |
Types
| Name | Type |
|---|---|
| CheckableElement | |
| RadioChangeEventDetail | |
Slots
| Name | Description |
|---|---|
|
Used to define content that is displayed while async rendering is awaiting, or when renderLoading() is implicitly called |
|
Content to manage in the radio group, typically <input type="radio" /> and/or <omni-radio></omni-radio>. |
Theme Variables
| Name | Description |
|---|---|
|
Theme primary color. |
|
Theme primary hover color. |
|
Theme primary active color. |
|
Theme accent color. |
|
Theme accent hover color. |
|
Theme accent active color. |
|
Theme background color. |
|
Theme background hover color. |
|
Theme background active color. |
|
Theme font color. |
|
Theme disabled border color. |
|
Theme disabled background color. |
|
Theme disabled background color. |
|
Theme error border color. |
|
Theme hint font color. |
|
Theme inactive color. |
|
Theme inactive color. |
|
Theme font family. |
|
Theme font size. |
|
Theme font weight. |
|
Theme border radius. |
|
Theme border width. |
|
Theme box shadow. |
Component Variables
| Name | Description |
|---|---|
|
Label font size. |
|
Label font weight. |
|
Label bottom margin. |
|
Margin in between radio elements when arranged vertically. |
|
Margin in between radio elements when arranged horizontally. |