Specify [type=checkbox] to render a checkbox.
[type=checkbox]
A plain and simple checkbox.
An indeterminate checkbox
One notable difference from regular <input[type=radio]> elements is that <uwc-input type="radio"> will always set at least "true" | "false" into the nearest form.
<input[type=radio]>
<uwc-input type="radio">
"true"
"false"
Specify
[type=checkbox]to render a checkbox.Example
A plain and simple checkbox.
Example
An indeterminate checkbox
One notable difference from regular
<input[type=radio]>elements is that<uwc-input type="radio">will always set at least"true"|"false"into the nearest form.Example