Atozed Forums
Toggle Switch & IWCheckbox - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Toggle Switch & IWCheckbox (/thread-3221.html)



Toggle Switch & IWCheckbox - matija - 05-11-2023

I want implement this Toggle Switch https://www.w3schools.com/howto/howto_css_switch.asp

My IWCheckBox in Form with name=eState1

In my HTML template i have this (with style - css link):

<label class="switch">
<input type="checkbox" id="ESTATE1">
<span class="slider"></span>
</label>


Event AsyncChenge not work in form! Why not work this?