PHPackages                             krejcon3/checkboxtree - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. krejcon3/checkboxtree

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

krejcon3/checkboxtree
=====================

easy checkboxtree

29853[1 issues](https://github.com/krejcon3/CheckBoxTree/issues)[1 PRs](https://github.com/krejcon3/CheckBoxTree/pulls)PHP

Since Jun 30Pushed 8y ago2 watchersCompare

[ Source](https://github.com/krejcon3/CheckBoxTree)[ Packagist](https://packagist.org/packages/krejcon3/checkboxtree)[ RSS](/packages/krejcon3-checkboxtree/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

CheckBoxTree
============

[](#checkboxtree)

Form Component for Nette framework

\##Application
==============

[](#application)

Register to form: app/bootstrap.php

\\krejcon3\\CheckboxTree::register();

\##Using
========

[](#using)

```
$form->addCheckboxTree(
    "cbtree",
    "CheckboxTree",
    array(
        1 => "item1",
        2 => "item2",
        3 => "item3",
        "noid1" => array(
            4 => "item4",
            5 => "item5",
        ),
        6 => "item6"
    )
);

```

input is multidimensional array
output si simple array of keys (ids),
id by the next level (noid1 in example) may be anything you want...

###  Health Score

22

↓

LowBetter than 22% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/067d8db9b2e4a6691dcd550284f1b478e7fa3ae81afb95fe3c3fe589b09911c2?d=identicon)[krejcon3](/maintainers/krejcon3)

---

Top Contributors

[![krejcon3](https://avatars.githubusercontent.com/u/4352753?v=4)](https://github.com/krejcon3 "krejcon3 (2 commits)")[![koprivajakub](https://avatars.githubusercontent.com/u/6573164?v=4)](https://github.com/koprivajakub "koprivajakub (1 commits)")

### Embed Badge

![Health badge](/badges/krejcon3-checkboxtree/health.svg)

```
[![Health](https://phpackages.com/badges/krejcon3-checkboxtree/health.svg)](https://phpackages.com/packages/krejcon3-checkboxtree)
```

###  Alternatives

[responsiv/currency-plugin

Currency plugin for October CMS

171.3k1](/packages/responsiv-currency-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
