axonyx-ui 0.0.48

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
7
8
page Radio(name = "", value = "", checked = "", disabled = "")

<label class="ax-radio" data-checked={checked} data-disabled={disabled}>
  <input type="radio" name={name} value={value} />
  <span>
    <Slot />
  </span>
</label>