Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom values not working #38

Closed
mad4hit opened this issue Oct 14, 2015 · 2 comments
Closed

custom values not working #38

mad4hit opened this issue Oct 14, 2015 · 2 comments

Comments

@mad4hit
Copy link

mad4hit commented Oct 14, 2015

Hi Kartik, thanks for this plugin.
I'm trying to use the custom value but after declared the pluging doesn't works as aspeceted. When i check the checkbox the flag doesn't apper and the value is not updated.

Thanks
the code here:

$("chk") .checkboxX({
size: 'md',
threeState: false,
valueChecked: 'true',
valueUnchecked: 'false'
});

@darkvovich
Copy link

+1 data-value-checked string not working!
For ex.

<input type="checkbox" id="module-whatsapp" value="test1" data-value-checked="test1" data-value-unchecked="test2" data-toggle="checkbox-x" data-three-state="false" checked="checked">

@rhousham
Copy link

Sorry but this is still an issue, using a text box this time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants