[]
Adds a checkbox to value list.
protected virtual void AddValueCheckBox(object content, bool isChecked)
| Type | Name | Description |
|---|---|---|
| object | content | Content of the checkbox. |
| bool | isChecked | Whether the value represented by the checkbox is selected. |