hananils/kirby-checkbox-field
Composer 安装命令:
composer require hananils/kirby-checkbox-field
包简介
Checkbox is a simple field that is a companion of the core toggle field. It offers a single checkbox with label and info text and can be used wherever a single option is required and the "on" and "off" metaphor of a toggle does not suit well.
README 文档
README
Checkbox is a simple field for Kirby that is a companion of the core toggle field. It offers a single checkbox with label and info text and can be used wherever a single option is required and the "on" and "off" metaphor of a toggle does not suit well.
Note
Please check out the online documentation at kirby.hananils.de/plugins/checkbox-field for further information.
Introduction
Toggles – like the core field – and checkboxes have a lot in common as they both allow users to change the state of a setting. The mental models behind both concepts are different though. While a toggle usually conveys an immediate action, switching a setting "on" or "off" like a lightbulb, ticking a checkbox does not imply an action but communicates consent or disconsent. "Do you agree to the terms of service?" Yes or no.
For all use cases where you don't want to toggle a switch but what to represent a content choice, this field is for you.
Tip
Do you think this should be a core field, too? Go and tell the Kirby team!
Example
The field setup is minimal:
checkbox:
type: checkbox
label: I like ticking boxes
info: You can untick the box again later if you changed your mind.
Please note that the label for this field is not displayed above the field but beside the checkbox itself. The label thus represents the option the editor checks or unchecks.
Templating
Just like with the toggle field, a checkbox value can be converted to a proper boolean:
$bool = $page->checkbox()->toBool();
And the field methods isTrue and isFalse can be used to validate a setting and:
if ($page->checkbox()->isTrue()) {
// do something
}
Installation
Download
Download and copy this repository to /site/plugins/checkbox-field.
Git submodule
git submodule add https://github.com/hananils/kirby-checkbox-field.git site/plugins/checkbox-field
Composer
composer require hananils/kirby-checkbox-field
License
This plugin is provided freely under the MIT license by hana+nils · Büro für Gestaltung.
We create visual designs for digital and analog media.
hananils/kirby-checkbox-field 适用场景与选型建议
hananils/kirby-checkbox-field 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 06 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 hananils/kirby-checkbox-field 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 hananils/kirby-checkbox-field 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-25
