API Reference > ui-core > Inputs > ImageCheckBoxProps ImageCheckBoxProps Interface Beta Properties for the ImageCheckBox component Extends CommonProps 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 ui/core/src/ui-core/imagecheckbox/ImageCheckBox.tsx Line 17 Last Updated: 13 June, 2024