• Resolved jhoppy

    (@jhoppy)


    Hi Jonas,

    Excellent plugin! I couldn’t find anything else out there that came close…

    A couple of questions – Is it feasible to replace the checkbox with a toggle slider using jquery? eg – https://www.jqueryscript.net/tags.php?/Toggle%20Button/

    And how would I go about making a button for a checklist that when clicked resets all of the checked boxes to “unchecked”?

    Thanks
    jhoppy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author JonasBreuer

    (@jonasbreuer)

    Hi jhoppy,

    I guess that would be possible, the link you posted is also featuring some plugins to replace checkboxes by toggle buttons. Some JavaScript knowledge will be necessary to ensure that the event triggers still fire when checking items.

    For the reset button, you could build a JavaScript that unchecks all items, or (depending on the mode of the checklist) deletes the cookie and refreshes the page. Same here, it’s possible but it will require some coding knowledge.

    Cheers,
    Jonas

    Thread Starter jhoppy

    (@jhoppy)

    Thanks Jonas, I’ll see how I go.
    cheers
    jhoppy

    manakuke

    (@manakuke)

    Any chance of sharing your coded solution and/or adding this as a feature option for the plugin? Or just a way on the back end to clear all the checked boxes? We reuse a check list ever semester and need a way either for the end user to reset, or for use to reset everyone.

    • This reply was modified 6 years ago by manakuke. Reason: Additional clarifying question
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change checkbox & reset button’ is closed to new replies.