CodingLaboratory
Lab Commands
Enter The Lab

Component Lab / forms-checkout / particle-checkbox-cluster

Stable release
Back to category

Open experiment

Particle checkbox cluster

Presents multi-select filters whose selected nodes connect into a small constellation. Native checkboxes update selected count, connecting rays, and a polite summary. Creates a many-choice constellation with native checkboxes instead of a binary toggle.

Lab tested Responsive Dark mode Interactive
Version
1.0.0
Updated
2026-08-02
Dependencies
Zero
Live canvasInstant token updates
Source filesEditable and export-ready
<form class="cmp-particle-checkbox-cluster cmp-atlas" data-state="idle" data-variant="3" novalidate>
  <div class="cmp-atlas__field-head"><span>Choice controls</span><b>Particle constellation</b></div>
  <fieldset>
    <legend>Signal layers</legend>
    <label><input type="checkbox" data-check checked /> Product</label
    ><label><input type="checkbox" data-check /> Motion</label
    ><label><input type="checkbox" data-check checked /> Data</label>
  </fieldset>
  <div class="cmp-atlas__particles" aria-hidden="true"><i></i><i></i><i></i><i></i></div>
  <div class="cmp-atlas__field-meter" aria-hidden="true"><i></i></div>
  <p data-status aria-live="polite">Control ready</p>
</form>
No runtime reactions detected Open in Editor

Validated in the lab

Experiment report

  • Schema and source files passed
  • Responsive test passed
  • Keyboard test passed
  • No console errors

Component ingredients

Dependencies
None
Browser support
Current Chrome, Current Edge, Current Firefox, Current Safari
Version
1.0.0
Last tested
2026-08-02

Accessibility notes

  • Every interactive target is a labelled native control with a visible focus treatment.
  • State changes are communicated through a polite text status and never by color alone.
  • The contained visual effects stop when the user requests reduced motion.

License: MIT License for open-source use, modification, and distribution.