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.
| label | type | description |
|---|---|---|
| root | CheckboxRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| input | CheckboxRootPassThroughType<InputHTMLAttributes<HTMLInputElement>> | Used to pass attributes to the input's DOM element. |
| box | CheckboxRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the box's DOM element. |
| icon | CheckboxRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the icon's DOM element. |