Community
This field is required.
Only these extensions are allowed(.jpg, .JPG, .jpeg, .JPEG, .gif, .GIF, .png, .PNG)
Tags cannot contain the characters ' /, \\, #, ?, or ; >,< '
Only these extensions are allowed(.zip,.ZIP,.pdf,.PDF,.qvf,.QVF,.qvw,.QVW)
Discussion board where members can learn more about Qlik Sense App Development and Usage.
Hi All,
I want to create the custom checkbox using Qliksense widget editor, So please find the below details :-
<label class="lui-checkbox"> <input class="lui-checkbox__input" type="checkbox" ng-click="app.variable.setContent('PWD','20');"> <div class="lui-checkbox__check-wrap"> <span class="lui-checkbox__check"></span> <span class="lui-checkbox__check-text">Switch to Complete Mode</span> </div> </label>
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');
For More Details pls find the Images attached