Checkbox Pass Through

Pass Through documentation for Checkbox component

Viewer#

Some sections may not be visible due to the availability of the particular feature. Section names that start with the pc prefix indicate that the element is a PrimeReact component not a DOM element.

Checkbox PT Options#

Defines passthrough(pt) options of Checkbox component.

labeltypedescription
rootCheckboxPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
inputCheckboxPassThroughType<InputHTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.
boxCheckboxPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the box's DOM element.
iconCheckboxPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.

CheckboxGroup PT Options#

Defines passthrough(pt) options of Checkbox component.

labeltypedescription
rootCheckboxGroupPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.