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