Skip to content

SiMenuItemRadioComponent documentation

selector
si-menu-item-radio

Input Properties

NameTypeDefaultDescription
badge
(string | number)Content displayed in the menu item's badge.
badgeColor
string'secondary'Color variant of the menu item's badge.
checked
booleanWhether the element is checked
disabled
booleanfalseWhether the menu item is disabled.
icon
stringIcon displayed before the menu item label.
iconBadgeDot
(string | number | boolean | undefined)falseWhether to show a dot badge on the icon. A string or number is shown as dot content.

Output Properties

NameTypeDescription
(readonly) triggered
EventEmitter<void>If this MenuItem is a regular MenuItem, outputs when it is triggered by a keyboard or mouse event.

Types Documentation

No types to document for items on this page.


Except where otherwise noted, content on this site is licensed under MIT License.