CheckBrowser.add
int add(string text)Adds an unchecked item to the browser.
Parameters
text | Text for the item |
Returns
Number of items after adding
int add(string text, bool checked)Adds an item with specified checked state.
Parameters
text | Text for the item |
checked | Initial checked state |
Returns
Number of items after adding