hiliteChanged

Typemessage
Dictionarywidget.switchbutton
LibrarySwitch Button
Syntax
hiliteChanged
Associationscom.livecode.widget.switchbutton
Summary

Sent when the switch is changed to either the on or off position

Example
on hiliteChanged
	set the visible of group 1 to the highlight of me
end hiliteChanged
Description

Handle the hiliteChanged message in the widget's object script to respond to the user switching the button on or off.