views:

29

answers:

0

I used SimpleCheckBox.wrap(DOM.getElementById("x1")); in onModuleLoad()but when i checked that checkbox and press the submit button then another page will be displayed but when i click back button then i need to checkbox to be checked how can i maintain state of checkbox in GWT?

currently checkbox`s state cant be persisted.it seemed to be unchecked always