Languages

Menu
Sites
Language
On/Off slider instead of checkbox

The Samsung apps which come with the Galaxy watch use a rounded on/off slider (on a genlist item) to enable/disable settings.  Where is this component?

I can find an on/off squared checkbox (https://developer.tizen.org/development/guides/native-application/user-interface/efl/ui-components/wearable-ui-components/check) but not the one I see on the Samsung apps.

Is there an example of how to create the rounded on/off?

View Selected Answer

Responses

1 Replies
Mark as answer
Paul L

in this example you have: 

elm_object_style_set(check, "on&off");

it applies style for the component. If you want your own checkbox style you have to create edc file.