API Reference > ui-core > CheckListBox > CheckListBoxItemProps CheckListBoxItemProps Interface Properties for the CheckListBoxItem component Extends CommonProps Methods Name Description onChange(e: ChangeEvent<HTMLInputElement>): any Optional Function called when item is changed. onClick(): any Optional Function called when item is clicked. Properties Name Type Description checked undefined | boolean Indicates whether the item is checked or not disabled undefined | boolean Indicates whether the item is disabled or not label string Label Inherited properties Name Type Inherited from Description className undefined | string CommonProps Custom CSS class name style undefined | CSSProperties CommonProps Custom CSS style properties Defined in ui/core/src/ui-core/checklistbox/CheckListBox.tsx Line 18 Last Updated: 11 June, 2024