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
9
10
11
page Switch(name = "", checked = "", disabled = "")

<label class="ax-switch" data-checked={checked} data-disabled={disabled}>
  <input type="checkbox" name={name} />
  <span class="ax-switch__track">
    <span class="ax-switch__thumb"></span>
  </span>
  <span>
    <Slot />
  </span>
</label>