We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkbox(label='', inline=True, ...)
1 parent 8db659d commit ebc29a1Copy full SHA for ebc29a1
webiojs/src/models/input/checkbox_radio.ts
@@ -14,8 +14,7 @@ const options_tpl = `
14
15
const checkbox_radio_tpl = `
16
<div class="form-group">
17
- {{#label}}<label>{{label}}</label>{{/label}}
18
- {{#inline}}<br>{{/inline}}
+ {{#label}}<label>{{label}}</label>{{#inline}}<br>{{/inline}} {{/label}}
19
${options_tpl}
20
<div class="invalid-feedback">{{invalid_feedback}}</div>
21
<div class="valid-feedback">{{valid_feedback}}</div>
0 commit comments