# vitalets/checklist-model

AngularJS directive for list of checkboxes

Repository: https://github.com/vitalets/checklist-model
Canonical: https://ross.abutalabs.com/products/checklist-model
Homepage: http://vitalets.github.io/checklist-model
Language: HTML
License: MIT
License Family: permissive
Last push: 2018-04-02T16:43:34+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4676, "days_push": 3075, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1050, forks 203 (observed 2026-08-28T04:03:22.891259+00:00)

## What it is
An AngularJS directive that binds a group of checkboxes to a single array model, replacing the need for custom controller logic. It supports arrays of primitives or objects, custom comparators, and change hooks.

## Use cases
- bind multiple checkboxes to one array in angularjs
- store checked values as array of objects by id
- check all / uncheck all checkboxes
- custom comparator for checkbox selection
- run expression before checkbox model changes

## When to choose
- you maintain a legacy AngularJS (1.x) app with checkbox groups
- you want declarative checkbox-to-array binding without controller boilerplate

## When to avoid
- you use modern Angular (2+), React, or Vue
- you need actively maintained software with recent releases

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, state-management, form-handling
- domain: frontend, web-development
- platform: browser
- tags: angularjs, checkboxes, directive, form-controls, javascript

## Member repositories
- vitalets/checklist-model (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:22.891259+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:00:26.203324+00:00, confidence not recorded.
  - readme: https://github.com/vitalets/checklist-model (fetched 2026-08-28T04:03:22.891259+00:00, sha d88aaa1ccc49)
  - homepage: http://vitalets.github.io/checklist-model (fetched 2026-08-29T13:01:40.549747+00:00, sha b4d944a9dd3e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
