public interface InputCheckBox extends HTMLComponent
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 box.String getText()
boolean isSelected()
true
if the checkbox is checked, and false
otherwise.void setSelected(boolean selectedState)
selectedState
- make checkbox checked if true
and unchecked otherwise.Copyright © 2021. All rights reserved.