RadioButton Pass Through
Pass Through documentation for RadioButton component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
RadioButtonRoot PT Options#
Defines passthrough(pt) options of RadioButton component.
| label | type | description |
|---|---|---|
| root | RadioButtonRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| input | RadioButtonRootPassThroughType<InputHTMLAttributes<HTMLInputElement>> | Used to pass attributes to the input's DOM element. |
| box | RadioButtonRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the box's DOM element. |
| icon | RadioButtonRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the icon's DOM element. |
RadioButtonGroup PT Options#
Defines passthrough(pt) options of RadioButtonGroup component.
| label | type | description |
|---|---|---|
| root | RadioButtonGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |