API Reference > ui-core > CheckListBox > CheckListBoxItemProps CheckListBoxItemProps Interface Beta Properties for the CheckListBoxItem component Extends CommonProps Properties Name Type Description checked undefined | false | true Indicates whether the item is checked or not disabled undefined | false | true Indicates whether the item is disabled or not label string Label onClick undefined | () => any Function called when item is clicked. Inherited properties Name Type Inherited from Description className undefined | string ClassNameProps Custom CSS class name style undefined | React.CSSProperties CommonProps Custom CSS style properties Defined in ui/core/src/ui-core/checklistbox/CheckListBox.tsx Line 18 Last Updated: 13 June, 2024