Radio group

A set of mutually exclusive options.

Default
Comfortable
Compact

Horizontal

Card
PayPal
Apple Pay

With description

All new messages

Get notified for every new message.

Direct messages and mentions

Only when someone @mentions you.

Colors

Success
Info
Danger

Cards

Starter
$0 / month
Pro
$29 / month
Team
$99 / month

Disabled

Default
Comfortable

API reference

[buiRadioGroup]

Two-way models

Bind with [(name)], or one-way as an input.

PropTypeDefaultDescription
valuestring | nullnullSelected radio value. Two-way bindable with `[(value)]`.
disabledbooleanfalseWhether the whole group is disabled. Two-way bindable with `[(disabled)]`.

button[buiRadioItem]

Inputs

PropTypeDefaultDescription
value*stringValue this item contributes to the group when selected.
disabledbooleanfalseWhether this individual radio item is disabled.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.