Version: 1.x
MenuItemRadio
Type: Component
A menu radio button used to select a particular value from a group of values.
Props#
title#
Type: string|null | Default: null
The title of the radio button.
value#
Type: any | Default: null
The value of the radio button.
group#
Type: any | Default: undefined
The current group value.
badge#
Type: string|null | Default: null
Optional text used to give more context to the value associated with the button.
getMenuControl#
Return Type: MenuControl
The underlying MenuControl instance.
Events#
MenuControl#
Forwards all MenuControl events.
valuechange#
Data Type: any
Fired with the value of the radio button when it is clicked.