checks whether a CheckboxGroup control or a specific element inside the control is visible
isVisible(id?: string): boolean;
Parameters:id: string
- optional, the id of a specific element inside the CheckboxGroup controltrue
, if a control or a specific element is visible; otherwise, false
.
Example
form.getItem("CheckboxGroup").isVisible("id_1"); // -> true/false
Change log: The id parameter was added in v8.0
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4