fof / checklist
Checklists for Flarum
Package info
github.com/FriendsOfFlarum/checklist
Language:TypeScript
Type:flarum-extension
pkg:composer/fof/checklist
Fund package maintenance!
2.0.0-beta.1
2026-04-03 23:06 UTC
Requires
- flarum/core: ^2.0.0
- flarum/markdown: *
Requires (Dev)
- flarum/phpstan: ^2.0.0
- fof/rich-text: ^2.0.0
Replaces
This package is auto-updated.
Last update: 2026-04-03 23:07:30 UTC
README
A Flarum extension. Checklists for Flarum! If you can edit posts with checklists, you can click them to toggle without having to open the edit composer. Integrates particularly well with FoF Rich Text Editor but does not require it.
This extension is the successor to the abandoned askvortsov/flarum-checklist package. If you are migrating, replace askvortsov/flarum-checklist with fof/checklist in your composer.json.
Syntax
- [ ] unchecked
- [x] checked
- [ ] Works nested
---
1. [ ] Works with ordered lists
Installation
Install with composer:
composer require fof/checklist:*
Updating
composer update fof/checklist