The text information displayed on the toggle item.
disabled
boolean
false
When true, prevents the user from interacting with the toggle item.
icon
ReactNode
none
The icon element will be displayed next to the toggle item text.
iconControl
prefixsuffix
prefix
Controls the display position of the icon relative to the text.
value
boolean
none
The unique value of the toggle item.
shortcutKey
string
none
Sets a global shortcut key, such as Control+I. When the user presses the combination key, the toggle item's click event will be triggered. View Keyboard