sepal_ui.sepalwidgets.radio.RadioGroup#

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

This class will change the active of the included radio according to its v_model and vice-versa.

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

link_radios

update_radios

Methods

update_v_model

If a widget value is changed to True, update the v_model of the radioGroup.

RadioGroup.update_v_model(change)[source]#

If a widget value is changed to True, update the v_model of the radioGroup.

Parameters:

change (dict)

Return type:

None