Add the checkbox input widget (#204)
* Add the checkbox input widget * Add OptionalInput widget
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect x="15" width="1" height="16" />
|
||||
<rect x="6" y="9" width="7" height="5" />
|
||||
<rect y="2" width="13" height="5" />
|
||||
<rect x="6" y="2" width="7" height="5" />
|
||||
<rect y="9" width="13" height="5" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 188 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<rect y="15" width="16" height="1" />
|
||||
<rect x="2" y="6" width="5" height="7" />
|
||||
<rect x="9" width="5" height="13" />
|
||||
<rect x="9" y="6" width="5" height="7" />
|
||||
<rect x="2" width="5" height="13" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 188 B |
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |