sepal_ui.sepalwidgets.radio.Radio#

class sepal_ui.sepalwidgets.radio.Radio(**kwargs)[source]#

Radio with extra active property.

Custom vuetifyWidget to add specific methods.

Parameters:
  • viz – define if the widget should be visible or not

  • tooltip – tooltip text of the widget. If set the widget will be displayed on self.widget (irreversible).

  • args (t.Any)

  • kwargs (t.Any)

Return type:

t.Any

Attributes

active

True when active, False when not

Methods