CheckListBoxItemProps Interface

Beta

Properties for the CheckListBoxItem component

Extends

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

Last Updated: 08 January, 2020