PropertyRadioMenuItem
class PropertyRadioMenuItem<V, P : Property<V>>(val property: P, val value: V, text: String) : SelectMenuItemBase
Similar to a RadioButton, but instead of a ToggleGroup, it is backed by a property which decides which menu item is selected.