Choice Tile v0.4.0+ HelixUI v0.4.0 or later required

Basic Choice Tile

Options

Option Grid

<div class="hxRow">
  <label class="hxChoice hxCol hxSpan-4-xs">
    <input checked type="radio" name="sample" value="1" />
    <hx-tile>...</hx-tile>
  </label>
  <label class="hxChoice hxCol hxSpan-4-xs">
    <input type="radio" name="sample" value="2" />
    <hx-tile>...</hx-tile>
  </label>
  <label class="hxChoice hxCol hxSpan-4-xs">
    <input type="radio" name="sample" value="3" />
    <hx-tile>...</hx-tile>
  </label>
  <label class="hxChoice hxCol hxSpan-4-xs">
    <input type="radio" name="sample" value="4" />
    <hx-tile>...</hx-tile>
  </label>
  <label class="hxChoice hxCol hxSpan-4-xs">
    <input type="radio" name="sample" value="5" />
    <hx-tile>...</hx-tile>
  </label>
  <label class="hxChoice hxCol hxSpan-4-xs">
    <input disabled type="radio" name="sample" value="6" />
    <hx-tile>...</hx-tile>
  </label>
</div>

See Also