HI there!
So, i cloned an object, turned it into a checkbox and intended to assign it some function/logic.
To my surprise it outputs always 'ON' (probably meaning TRUE) no matter if its checked or unchecked
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Checkbox field strange behavior Topic is solved
Checkbox field strange behavior
You do not have the required permissions to view the files attached to this post.
Re: Checkbox field strange behavior
Hi Uzlander,
What is the code that outputs this value to the console?
Steven
What is the code that outputs this value to the console?
Steven
A short post is a good post.
Buy Kev a Coffee
Buy Kev a Coffee
Re: Checkbox field strange behavior
Oh, pardon me, it should be $('#history_tab:checked').val() instead. Got it!
-
- nuBuilder Team
- Posts: 4595
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 77 times
- Been thanked: 545 times
- Contact:
Re: Checkbox field strange behavior
It's easier to use
nuGetValue('history_tab')
(retruns true, false)