Check box won't show up in an input prompt input
// New dialog for script selection
scripts = {"Box Plot", "Box Plot_sublot_trend", "Box Plot_duration_trend", "Box Plot_FT1vsFT2", "Tabulation", "CDF&PDF11"};
scriptSelections = J(1, N Items(scripts), 0);
// Initialize the checkboxes array
cb = {};
nw2 = New Window("Script Selection", <<modal,
<<onClose(
For(i = 1, i <= N Items(scripts), i++,
scriptSelections[i] = cb[i] <
...