Hi All,
I want to create the custom checkbox using Qliksense widget editor, So please find the below details :-
So here, PWD is the variable and I want to change the value on check and uncheck, Right using ng-click i can change the value but i am not able to find out the Checkbox is checked or unchecked,
SO, On checked i want following :-
app.variable.setContent('PWD','20');
on unchecked i want following :-
app.variable.setContent('PWD','10');