carbongo142 downloadsRight-click context menu to toggle checkbox states

Obsidian plugin that adds a right-click context menu to any task checkbox for switching between states — unchecked, done, half-done, deferred, scheduled, important, cancelled, and any custom states you define.
Works in both editing / Live Preview (via the editor menu) and Reading
mode (via right-click on desktop, or long-press on mobile/touch). A Cycle checkbox state command steps through the enabled states — bind your own hotkey in Obsidian's
hotkey settings.
The plugin ships CSS that gives each built-in state a distinct colour and glyph
in the note, so switching states is actually visible instead of every state
showing the same box. Colours use Obsidian's theme variables, so they adapt to
your theme and light/dark mode. See docs/status-styles.md.
npm install
npm run dev
Then copy the plugin folder to your vault's .obsidian/plugins/ directory and
enable it in Settings → Community plugins. See AGENTS.md for the docs map.