ImageCheckBoxProps Interface

Beta

Properties for the ImageCheckBox component

Extends

Properties

Name Type Description
checked undefined | false | true Determine if the item is checked or not  
disabled undefined | false | true Determine if the item is disabled or not  
imageOff string Image for the "unchecked" (default) state  
imageOn string Image for the "checked" state  
inputClassName undefined | string Custom CSS class name for the checkbox input element  
inputStyle undefined | React.CSSProperties Custom CSS Style for the checkbox input element  
onClick undefined | (checked: boolean) => any Function called when item is clicked.  
tooltip undefined | string Tooltip to be displayed when mouse is hovered over the checkbox  

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