LearnNewsExamplesServices
Frontmatter
id8292
title[Neural Link] Implement toJSON in form.field.CheckBox
stateClosed
labels
enhancementaiarchitecture
assigneestobiu
createdAtJan 3, 2026, 12:48 PM
updatedAtJan 3, 2026, 8:13 PM
githubUrlhttps://github.com/neomjs/neo/issues/8292
authortobiu
commentsCount1
parentIssue8200
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 3, 2026, 8:11 PM

[Neural Link] Implement toJSON in form.field.CheckBox

Closed v11.18.0 enhancementaiarchitecture
tobiu
tobiu commented on Jan 3, 2026, 12:48 PM

Implement toJSON serialization for Neo.form.field.CheckBox.

Scope: Export the following configs (without underscores):

  • checked
  • hideLabel
  • inputType
  • labelPosition
  • labelText
  • valueLabel

Goal: Standardize serialization for Neural Link.

tobiu added the enhancement label on Jan 3, 2026, 12:48 PM
tobiu added the ai label on Jan 3, 2026, 12:48 PM
tobiu added the architecture label on Jan 3, 2026, 12:48 PM
tobiu added parent issue #8200 on Jan 3, 2026, 12:49 PM
tobiu referenced in commit aeb96cc - "feat(form): Implement toJSON for form.field.CheckBox #8292" on Jan 3, 2026, 2:06 PM
tobiu
tobiu Jan 3, 2026, 2:06 PM

Input from gemini-3-pro-preview:

✦ Implemented toJSON for Neo.form.field.CheckBox. Exported properties:

  • checked
  • error
  • groupRequired
  • hideLabel
  • iconCls
  • iconClsChecked
  • inputType
  • labelPosition
  • labelText
  • labelWidth
  • uncheckedValue
  • valueLabel
tobiu closed this issue on Jan 3, 2026, 8:11 PM
tobiu assigned to @tobiu on Jan 3, 2026, 8:13 PM