SourceClass RadioButton
from egui import RadioButtonclass RadioButton:One out of several alternatives, either selected or not.
Usually you'd use Ui.radio_value or Ui.radio instead.
from egui import RadioButtonclass RadioButton:One out of several alternatives, either selected or not.
Usually you'd use Ui.radio_value or Ui.radio instead.
@staticmethod
def from_widget_text(checked: bool, text: WidgetText) -> RadioButton§def show(self, /, ui: Ui) -> Response§