Version: 1.x
MenuOptions
Type: Component
Groups and renders MenuItemRadio
components.
#
Propsgroup
#
Type: any
| Default: undefined
The value of the currently selected radio button.
options
#
Type: any[]
| Default: []
List of objects, where each object
is a set of MenuItemRadio
props.
#
MethodsgetRadios
#
Return Type: MenuItemRadio[]
The rendered MenuItemRadio
instances.
#
Eventsvaluechange
#
Data Type: any
Fired when a radio button is clicked. The event data contains the radio's respective value.