<.radio_group
  options={[%{disabled: false, label: "Free", value: "free", __struct__: MoonLive.Input.RadioOption}, %{disabled: false, label: "Standard", value: "standard", __struct__: MoonLive.Input.RadioOption}, %{disabled: false, label: "Premium", value: "premium", __struct__: MoonLive.Input.RadioOption}]}
  data-testid="radio-group-subscription"
  on_change="subscription_change"
  data-phx-id="col-layout"
/>