Page 1 of 1

How can you tell if a checkbox is checked?

Posted: Thu Mar 02, 2006 23:04
by krimson
I've loaded in a menu from a layout and now need to find out whether a checkbox is checked, as well as a radio button.

Anyone that could let me know? I've looked around and havent been able to find the answer =/.

Posted: Fri Mar 03, 2006 09:12
by martignasse
hi krimson,

I've loaded in a menu from a layout and now need to find out whether a checkbox is checked, as well as a radio button.
Can you be more precise, please.

do you want to disable some entry of you'r menu from checkbox and radiobuttion state ?

do you want to put checkbox or radiobutton in a menu ?

Basicly, you have the Checkbox::isSelected ( void ) and the same for radiobutton to check there state.

hope it help.