Skip to Content
ComponentsGroupBox

GroupBox

GroupBox renders a Windows 98 fieldset with an optional legend label.

Props

PropTypeDefaultDescription
labelReactNode-Legend text shown on the top border.
classNamestring-Adds width, spacing, or layout classes.
childrenReactNode-Grouped controls.

Examples

Grouped radio options

Open mode

ARIA

GroupBox renders a native fieldset; label renders as the legend.

Keyboard

GroupBox has no own keyboard behavior. Keyboard interaction comes from the controls placed inside the fieldset.

SSR

GroupBox is presentational and renders stable markup.

Last updated on