ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,838
- Points
- 823
Reputation:
I've created an option which uses the On/Off checkbox. How do I call the function to see if it has a check mark?
Code:
This doesn't work. What is the correct way to call this function?
Thanks,
Itworx4me
Continue reading...
Code:
Code:
<xf:if is="$xf.options.mycheckboxoption == '1' ">
Do something
</xf:if>
This doesn't work. What is the correct way to call this function?
Thanks,
Itworx4me
Continue reading...