Method Summary |
|
native public void | addListener(CheckboxListener listener) Add a checkbox listener. |
native protected JavaScriptObject | create(JavaScriptObject config) |
protected JavaScriptObject | getConfigPrototype() |
native public boolean | getValue() Returns the checked state of the checkbox. |
public String | getXType() |
public void | setBoxLabel(String boxLabel) The text that appears beside the checkbox. |
public void | setChecked(boolean checked) True if the the checkbox should render already checked (defaults to false). |
public void | setInputValue(String inputValue) The value that should go into the generated input element's value attribute. |
native public void | setValue(boolean checked) Sets the checked state of the checkbox. |