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

    padding on q check box

    Framework
    checkbox padding
    2
    3
    299
    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.
    • N
      nazemi-sfa last edited by

      hi guys I am new to quasar .
      how can i edit padding on check box. it will go to receive props , default is padding: 11px

      <q-checkbox
              :disable="read || notEditable"
              :label="label"
              :color="color"
              @input="handleInput($event)"
              v-model="data"
              true-value="yes"
              false-value="no"
              keep-color
              class= ????
                or (padding = props.padding)
              input-class= ????
            />
      
      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        Use your prop instead of data.

        https://codepen.io/smolinari/pen/BaBwaZO?editors=1010

        Scott

        1 Reply Last reply Reply Quote 0
        • N
          nazemi-sfa last edited by

          thank you, I am going to check it work . q check box generate 4 tag , there are many cascades.

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