Skip to content

Toggle switch

Fellippe Heitor edited this page Dec 22, 2021 · 4 revisions

A Toggle switch control is ideal for settings that have an immediate effect or result.

Read a Toggle switch control's current state with the .Value property (returns True or False):

state%% = Control(myToggleControlID).Value

Properties editable at runtime

Clone this wiki locally