Docs
alias CorexWeb.NativeInput

<NativeInput.native_input
name="size"
type="radio"
value="m"
options={
  [
    {
      "Small",
      "s"
    },
    {
      "Medium",
      "m"
    },
    {
      "Large",
      "l"
    }
  ]
}
class="native-input"
>
<:label>
  
Size
</:label>
</NativeInput.native_input>