pysepal.sepalwidgets.radio.RadioGroup#
- class pysepal.sepalwidgets.radio.RadioGroup(*args, **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:
Self
Attributes
link_radiosupdate_radiosMethods
If a widget value is changed to True, update the v_model of the radioGroup.