Help Center

Local Navigation

Create a check box

  1. Import the net.rim.device.api.ui.component.CheckboxField class.
  2. Create an instance of a CheckboxField.
    CheckboxField myCheckbox = new CheckboxField("First checkbox", true);
    

Index


Was this information helpful? Send us your comments.