You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get a simple single checkbox to work. I can't get the value to work. The two closest approaches are have found are array/multipleCheckbox and string/checkbox. However, neither is quite what I want. Here is the javascript:
I am trying to get a simple single checkbox to work. I can't get the
value
to work. The two closest approaches are have found are array/multipleCheckbox and string/checkbox. However, neither is quite what I want. Here is the javascript:and the resulting HTML:
Using the array/multipleCheckbox I actually get the
<input>
code I want. It has the correctly setvalue
, but it is wrapped in an unwanted<fieldset>
.The other version using string/checkbox doesn't have the
<fieldset>
but thevalue
incorrectly set to "on".The text was updated successfully, but these errors were encountered: