Back

AddCheckList

Hello World

Adds an MUI checklist dialog.

chl = MUI.AddCheckList( textEdit, title, list, color, bottom ) → Object

See CreateCheckList for a full documentation.

Boolean
String
String:
  hexadecimal: “#rrggbb”, “#aarrggbb”
  colourName: “red”, “green”, ...
Object: MUI TextEdit control or DS TextEdit control
List: An array of objects of the form {name: string, check: boolean}