CheckedListBox
Displays a ListBox in which a check box is displayed to the left of each item.
Last updated
Displays a ListBox in which a check box is displayed to the left of each item.
Last updated
The Wisej.Web.CheckedListBox is based upon the Wisej.Web.ListBox control but includes a checkbox on the left side of each list item.
For a full list of properties, methods and events see the API documentation.
Each item within the CheckedListBox control has a checkbox on the left side of it.
Similar to DisplayMember, ValueMember, etc. The CheckedListBox control contains a property, CheckStateMember, that defines the property of the data source or list that sets the check state for each item.
The CheckOnClick property of the CheckedListBox control can also be set to accept check state changes on a list item.
Adding Checkboxes to the CheckedListBox control is easy. See the following code snippet:
The above code snippet results in:
Class name
wisej.web.CheckedListBox for the CheckedListBox. wisej.web.listbox.ListItem for each list box item.
Theme appearance
ListBox child components
List Item child components
ToolContainer state
Source code
"list", "listitem" for the items in the list box. See .
"scrollbar-x" is the horizontal scrollbar and "scrollbar-y" is the vertical scrollbar. See .
"checkbox" is the checkbox shown in each list item. "icon" is the icon shown in each list item. .
"listbox", see .