PHPackages                             flsouto/htcklist - 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. flsouto/htcklist

ActiveLibrary

flsouto/htcklist
================

Generates a list of checkboxes for multi selection.

1.0.0(9y ago)222PHP

Since Mar 20Pushed 9y agoCompare

[ Source](https://github.com/flsouto/htcklist)[ Packagist](https://packagist.org/packages/flsouto/htcklist)[ RSS](/packages/flsouto-htcklist/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

HtCklist
========

[](#htcklist)

This library can be used to generate a multichoice field. I recommend you take a look at the documentation of its parent classes in order to grasp all the inherited functionality:

- [HtChoice](https://github.com/flsouto/htchoice)
- [HtWidget](https://github.com/flsouto/htwidget)
- [HtField](https://github.com/flsouto/htfield)

Installation
------------

[](#installation)

Via composer:

```
composer require flsouto/htcklist

```

Usage
-----

[](#usage)

In the following example we generate a list which allows a user to pick multiple days of the week.

```
