Skip to content
Corex

Radio Group

Style

Semantic colors, density steps, corner radius, and width utilities via modifier classes on the radio group.

Semantic

Use class="ui-{role}" to set the semantic palette of a radio group.

Available options: accent, alert, brand, info, success

Size

Use class="ui-size-{size}" to set the size of a radio group.

Available options: xs, sm, md (default), lg, xl

Rounded

Use class="ui-rounded-{step}" to set the corner radius of a radio group.

Available options: none, xs, sm, md, lg, xl, 2xl, 3xl, 4xl, full (default)

Width

Without w-*, width comes from component CSS. Default for radio-group: md (width: fit-content).

Use class="w-{step}" to set the host stretch mode of a radio group (`w-full`, `w-fit`); use Max width for named container steps.

Available options: default (fit-content), full, fit

default (fit-content)

full

fit

Max width

Without max-w-*, width comes from component CSS. Default for radio-group: md (width: fit-content).

Use class="max-w-{step}" to set the maximum width of a radio group root.

Available options: none, full, 9xs, 8xs, 7xs, 6xs, 5xs, 4xs, 3xs, 2xs, xs, sm, md (default), lg, xl, 2xl, 3xl, 4xl, 5xl, 6xl, 7xl, 8xl, 9xl

default (md)

none

full

9xs

8xs

7xs

6xs

5xs

4xs

3xs

2xs

xs

sm

md

lg

xl

2xl

3xl

4xl

5xl

6xl

7xl

8xl

9xl