vue-formulate icon indicating copy to clipboard operation
vue-formulate copied to clipboard

Checkbox input never turns to "true"

Open fabian-rohr opened this issue 3 years ago • 0 comments

You can try here: https://vueformulate.com/guide/inputs/types/box/#checkbox

The checkbox input always stays at false. It never turns to true, even when the checkbox is checked and the Vue variable is true:

<input type="checkbox" id="formulate--guide-inputs-types-box--1" checked="checked" value="false">

fabian-rohr avatar Aug 10 '22 15:08 fabian-rohr