<div class="mgwt-CheckBox"> <div class="mgwt-CheckBox-on"></div> <div class="mgwt-CheckBox-middle"> <div class="mgwt-CheckBox-middle-content "></div> </div> <div class="mgwt-CheckBox-off"></div> </div>
9596979899100101102103104105106107108109110111
mListBox.addItem("iPhone"); mListBox.addItem("iPad"); mListBox.addItem("iPod"); widgetList2.add(mListBox); MCheckBox mCheckBox = new MCheckBox(); // mCheckBox.setText("smeeee"); widgetList2.add(mCheckBox); MCheckBox mCheckBox1 = new MCheckBox(); // mCheckBox1.setText("again"); mCheckBox1.setImportant(true); widgetList2.add(mCheckBox1); MRadioButton androidRadioButton = new MRadioButton("os"); androidRadioButton.setText("Android"); widgetList2.add(androidRadioButton);