Vue-form-generator: Checkbox value display

Created on 26 Sep 2017  路  11Comments  路  Source: vue-generators/vue-form-generator

The checkbox example does not have a value, just a label. Since the label appears above the checkbox, the check has no context to meaning. Is it possible to add styling to the box as well as a text defining its purpose vs a label?

screen shot 2017-09-25 at 10 22 48 pm

help wanted easy Hacktoberfest

Most helpful comment

@jaywilburn here's my custom checkbox.vue component. I'm using Vue's "render" method here, instead of a