Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vaibhavb
Contributor
Contributor

Need to help to create Checkbox using widget editor

Hi All,

I want to create the custom checkbox using Qliksense widget editor, So please find the below details :-

   

img_20200411(3).png

 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');

 

img_20200411(1).png

img_20200411(2).png

img_20200411.png

Labels (3)
0 Replies