lnbits-legend/lnbits/extensions/watchonly/static/components/my-checkbox/my-checkbox.html
2022-08-03 13:50:07 +03:00

5 lines
No EOL
194 B
HTML

<div class="checkbox-wrapper" @click="check">
<div :class="{ checkbox: true, checked: checked }"></div>
<div class="title">{{ title }}</div>
<q-btn color="primary">XXX</q-btn>
</div>