RadioButton Pass Through

Pass Through documentation for RadioButton component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

RadioButton PT Options#

Defines passthrough(pt) options of RadioButton component.

labeltypedescription
rootRadioButtonPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
inputRadioButtonPassThroughType<InputHTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.
boxRadioButtonPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the box's DOM element.
iconRadioButtonPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the icon's DOM element.

RadioButtonGroup PT Options#

Defines passthrough(pt) options of RadioButtonGroup component.

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