Checkboxes are not interactible in formula columns within bases

Steps to reproduce

  1. Create two notes that each have one checkbox property with a distinct name (e.g. watched and read).
  2. Create a new base and filter the view so that only the two notes from step 1 are shown.
  3. Add the two properties as columns in the base view.
  4. Add another column to the default base view using a formula like this,

    if(file.hasProperty("watched"), file.properties.watched, file.properties.read)

  5. Click on a checkbox in the formula column.

Did you follow the troubleshooting guide? [Y/N]

Yes

Expected result

The checkboxes in the formula column can be checked and unchecked like the ones in the two individual property columns.

Actual result

The checkbokes in the formula column are not interactable.

Environment

SYSTEM INFO:
Obsidian version: v1.10.3
Installer version: v1.10.3
Operating system: #1 SMP PREEMPT_DYNAMIC Sun Nov 2 16:22:16 UTC 2025 6.17.7-ba01.fc43.x86_64
Login status: logged in
Language: en
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: Minimal v8.0.4
Snippets enabled: 3
Restricted mode: off
Plugins installed: 14
Plugins enabled: 14
1: Dataview v0.5.68
2: Natural Language Dates v0.6.2
3: Recipe view v0.3.5
4: Numerals v1.5.5
5: Fantasy Statblocks v4.10.2
6: Dice Roller v11.4.2
7: Initiative Tracker v13.0.18
8: Minimal Theme Settings v8.1.1
9: BRAT v1.3.2
10: Breadcrumbs v4.2.35-beta
11: Linter v1.30.0
12: Completed Tasks v1.2.0
13: Boardgame Search v2.0.0
14: Media DB v0.8.0


Additional information

I don’t consider this a bug. Please, open a FR and explain clearly what you want.