How to display Check widget with text label?

How to display Check widget with text label?

BY 02 Feb 2015 Native Application Development

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?

Written by