S or /

SourceClass RadioButton

from egui import RadioButton
class RadioButton:

One out of several alternatives, either selected or not.

Usually you'd use Ui.radio_value or Ui.radio instead.

Methods§

@staticmethod def from_widget_text(checked: bool, text: WidgetText) -> RadioButton§
def show(self, /, ui: Ui) -> Response§