1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
4 Toggle switch
Fellippe Heitor edited this page 2021-12-22 12:12:15 -03:00

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

Events

Properties editable at runtime