Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Toggle switch

Samuel Gomes edited this page Nov 25, 2022 · 2 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