No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    multi check box-If I check one checkbox, all are checked.

    Help
    2
    4
    600
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      reks last edited by reks

      Hi Team,
      Anybody can help me with this issue,
      issue:
      *If I check one checkbox, all are checked. How do I simple select a single item?
      I am constructing multiselect checkbox, But I am struct, Code is give in the below link
      https://codepen.io/reks_yuv/pen/NWRrPGm

      1 Reply Last reply Reply Quote 0
      • R
        reks last edited by

        Please, Kindly let me know about the inbuilt feature for this.
        if there is no inbuilt function,
        I will start writing customized logics.

        1 Reply Last reply Reply Quote 0
        • D
          dmoylan last edited by

          Forked your codepen and fixed:
          https://codepen.io/dylanmoylan1/pen/poEbrvM

          Notes:

          • Recommend using q-option-group in this situation.
          • All checkboxes in a group like you were doing need to use the same v-model, an array.
          • Avoid using v-model and @input on the same component.
          1 Reply Last reply Reply Quote 0
          • R
            reks last edited by

            @dmoylan thanks for your inputs 🙂

            1 Reply Last reply Reply Quote 0
            • First post
              Last post