API Reference > ui-core > Inputs > InputLabelProps InputLabelProps Interface Properties for InputLabel components Extends LabeledComponentProps MessagedComponentProps CommonProps Properties Name Type Description disabled undefined | false | true Inherited properties Name Type Inherited from Description className undefined | string ClassNameProps Custom CSS class name inputClassName undefined | string LabeledComponentProps Custom CSS class name for the checkbox input element inputStyle undefined | React.CSSProperties LabeledComponentProps Custom CSS Style for the checkbox input element label undefined | string LabeledComponentProps Text that will be shown next to or above the input. labelClassName undefined | string LabeledComponentProps Custom CSS class name for the label labelStyle undefined | React.CSSProperties LabeledComponentProps Custom CSS Style for the label message undefined | string MessagedComponentProps Optional text shown below the input. messageClassName undefined | string MessagedComponentProps Custom CSS class name for the message messageStyle undefined | React.CSSProperties MessagedComponentProps Custom CSS Style for the message status undefined | InputStatus LabeledComponentProps Input status like: "Success", "Warning" or "Error" style undefined | React.CSSProperties CommonProps Custom CSS style properties Defined in ui/core/src/ui-core/inputs/InputLabel.tsx Line 18 Last Updated: 13 June, 2024