CheckBrowser.add

int add(string text)

Adds an unchecked item to the browser.

Parameters

textText for the item

Returns

Number of items after adding
int add(string text, bool checked)

Adds an item with specified checked state.

Parameters

textText for the item
checkedInitial checked state

Returns

Number of items after adding