pysepal.sepalwidgets.radio.Radio#

class pysepal.sepalwidgets.radio.Radio(*args, **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:

Self

Attributes

active

True when active, False when not

Methods