CheckListBoxItemProps Interface

Properties for the CheckListBoxItem component

Extends

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  
onChange undefined | (e: ChangeEvent<HTMLInputElement>) => any    
onClick undefined | () => any    

Inherited properties

Name Type Inherited from Description
className undefined | string CommonProps Custom CSS class name
itemId undefined | string CommonProps Optional unique identifier for item.
style undefined | CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 21 March, 2024