public interface InputCheckBox extends HTMLComponent
Represents an input checkbox UI component
Modifier and Type | Method and Description |
---|---|
String |
getText() |
boolean |
isSelected() |
void |
setSelected(boolean selectedState) |
void |
setText(String text) |
isEnabled, isVisible, setEnabled, setVisible
void setText(String text)
text
- set the text associated with the input check boxString getText()
boolean isSelected()
void setSelected(boolean selectedState)
selectedState
- make checkbox checked if true and unchecked otherwise.Copyright © 2018. All rights reserved.