mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #19596] feat: Improve Checkboxes on Prompt Variable Forms - allow placeholder #57604
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Classic298 on GitHub (Nov 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19596
Check Existing Issues
Verify Feature Scope
Problem Description
Currently, the checkbox type variable will be shown only as the variable name and doesnt support a "text" or "placeholder" parameter
Desired Solution you'd like
If it would support a "placerholder" parameter or similar, to show custom text to describe what the checkbox is actually for, it would make the checkbox MUCH more useful
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Jan 11, 2026):
possible via label parameter
{{include_details | checkbox:label="Include detailed analysis"}}