Skip to content

Make "Export with Debug" more visible in the Export dialog

Created by: Calinou

This swaps out the CheckButton with a CheckBox, which has two benefits:

  • The checkbox icon appears to the left of the text, which moves it closer from the text. This makes it more easily noticeable, as it also appears below the "File:" text now.
  • It follows the UI convention of using checkboxes for options that do not bear an immediate effect, unlike CheckButtons which are expected to have an immediate effect when toggled.

This closes #25170 (closed).

Preview

export_with_debug_checkbox

The colored text is still not easy to see, but that's a theme issue which can be seen in other places.

Merge request reports