_DC.CheckBox🔗 Dyalog checkbox widget with tristate support

Constructor: [value [label [labelpos [tristate]]]]

tristate – Boolean indicating whether the checkbox allows 3 states ('indeterminate' 'false' (default) or 'true')

value – initial value for the checkbox either 'checked', 'unchecked', or 'indeterminate' if tristate

label – string of text to appear next to the checkbox

labelpos – position of label relative to the checkbox ('left' (default) or 'right')

Public Fields:

TriState – Boolean indicating whether the checkbox allows 3 states ('indeterminate' 'false' (default) or 'true')

Label – string of text to appear next to the input field

LabelPos – position of label relative to the input field ('left' (default) or 'right')

Relevant Sample Pages:

Controls used on this page: Dyalog: Tabs Base HTML: style