LabeledComponentProps Interface

Properties for labeled components

Properties

Name Type Description
inputClassName string | undefined Custom CSS class name for the checkbox input element  
inputStyle CSSProperties | undefined Custom CSS Style for the checkbox input element  
label string | undefined Text that will be shown next to or above the input.  
labelClassName string | undefined Custom CSS class name for the label  
labelStyle CSSProperties | undefined Custom CSS Style for the label  
status InputStatus | undefined Input status like: "Success", "Warning" or "Error"  

Defined in

Last Updated: 01 May, 2024