The check widget allows for toggling a value between true and false.
Check objects are a lot like radio objects in layout and functionality,
except they do not work as a group, but independently, and only toggle
the value of a boolean state between false and true.
changed - This is called whenever the user changes the state of
the check objects.icon - An icon of the checkdefault - A label of the checkon - On state label of the checkoff - Off state label of the checkefl.elementary.Check(Object parent, *args, **kwargs)¶Bases: efl.elementary.__init__.LayoutClass
| Parameters: |
|
|---|
callback_changed_add¶This is called whenever the user changes the state of the check objects.
callback_changed_del¶state¶The of/off state of the check object
This property reflects the state of the check. Setting it doesn’t cause the “changed” signal to be emitted.
| Type: | bool |
|---|
state_get¶state_set¶