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 / monthPro
$29 / monthTeam
$99 / monthDisabled
Default
Comfortable
API reference
[buiRadioGroup]
Two-way models
Bind with [(name)], or one-way as an input.
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | null | null | Selected radio value. Two-way bindable with `[(value)]`. |
disabled | boolean | false | Whether the whole group is disabled. Two-way bindable with `[(disabled)]`. |
button[buiRadioItem]
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
value* | string | — | Value this item contributes to the group when selected. |
disabled | boolean | false | Whether this individual radio item is disabled. |
Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.