Version: 1.x
MenuOptions
Type: Component
Groups and renders MenuItemRadio components.
Props#
group#
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.
Methods#
getRadios#
Return Type: MenuItemRadio[]
The rendered MenuItemRadio instances.
Events#
valuechange#
Data Type: any
Fired when a radio button is clicked. The event data contains the radio's respective value.