Radio-group

Attribute Type Documentation Default Value
Required id * :string
value :string
default_value :string
on_value_change :any
orientation :string "vertical"
disabled :boolean false
name :string
class :any []
rest :global
Required inner_block * :slot
<div class="flex items-center space-x-2">
  <.radio_group_item value="sm" id="rg-h-1" />
  <.label for="rg-h-1">Small</.label>
</div>
<div class="flex items-center space-x-2">
  <.radio_group_item value="md" id="rg-h-2" />
  <.label for="rg-h-2">Medium</.label>
</div>
<div class="flex items-center space-x-2">
  <.radio_group_item value="lg" id="rg-h-3" />
  <.label for="rg-h-3">Large</.label>
</div>