Skip to content

Toggle switch

Samuel Gomes edited this page Feb 12, 2024 · 2 revisions

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

toggle

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