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.

Loading...

Checkbox PT Options#

Defines passthrough(pt) options of CheckboxRoot component.

labeltypedescription
rootCheckboxRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
inputCheckboxRootPassThroughType<InputHTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.
boxCheckboxRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the box's DOM element.
iconCheckboxRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.