Hello,
I need to show text label with description near the Check widget.
I tried
// Set the check label
elm_object_text_set(check, "Check label");
as suggested in the documentation:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/ui/widget_check.htm
But this doesn’t work. I don’t see any text around the Check widget. Can anyone help me?