PHPackages                             atk14/confirmation-field - 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. atk14/confirmation-field

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

atk14/confirmation-field
========================

ConfirmationField is a form field for Atk14 applications. It's like the BooleanField (checkbox) but the ConfirmationField must be ticked.

v1.0(7y ago)037.0k↓40.7%1MITPHPPHP &gt;=5.3.0

Since Nov 20Pushed 7y ago2 watchersCompare

[ Source](https://github.com/atk14/ConfirmationField)[ Packagist](https://packagist.org/packages/atk14/confirmation-field)[ Docs](https://github.com/atk14/ConfirmationField)[ RSS](/packages/atk14-confirmation-field/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (1)

ConfirmationField
=================

[](#confirmationfield)

ConfirmationField is a form field for ATK14 applications. It's like the BooleanField (checkbox) but the ConfirmationField must be ticked.

It is the right field for an agreement with terms and conditions in your applications.

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

[](#installation)

Just use the Composer:

```
cd path/to/your/atk14/project/
composer require atk14/confirmation-field

```

Optionally you can create a symlink from vendor to your app:

```
ln -s ../../vendor/atk14/confirmation-field/src/confirmation_field.php app/fields/confirmation_field.php

```

Usage
-----

[](#usage)

In a form:

```
