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

    q-checkbox - Missing required prop: "value"

    Help
    2
    3
    2516
    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.
    • J
      jeffatpf last edited by

      3:431 [Vue warn]: Missing required prop: “value”

      found in

      —> <QCheckbox>

      <q-checkbox label=“Include in projected cash balances”
      v-model=“includeInProjectedBalance”/>

      includeInProjectedBalance is set to either true or false.

      Any ideas?

      Thanks,
      Jeff.

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

        It worked fine for me.

        What I notice in your code is that the quotes are different for v-model. Use " instead of ”. Not sure if this could be the issue.

        1 Reply Last reply Reply Quote 0
        • J
          jeffatpf last edited by

          Aha, thank you.

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