The documentation for the elementary check widget (http://docs.enlightenment.org/auto/elementary/group__Check.html) indicates that the check widget has "on" and "off" text parts. However, after a call to elm_object_part_text_set(...) with the "part" parameter set to "on" or "off" and the "text" parameter set to some value, a call to elm_object_part_text_get(...) with "part" parameter set to "on" or "off" always returns a null string.
efl | master | heads/master-0-g64aa5a2 |
elementary | master | heads/master-0-g1972fc7 |
This was tested on the "x11" engine and the "wayland" engines and fails on both.