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
Each input currently has a -label option which is currently rendered above the actual input contents. That probably isn't going to look good with the checkbox which should have a label next to it. Should play around and see what works the best w.r.t. to maintaining a consistent look across inputs.
The text was updated successfully, but these errors were encountered:
Add a new input control type called checkbox. It should be rendered as an
<input type="checkbox/>
and return a boolean value.Example
Open question:
-label
option which is currently rendered above the actual input contents. That probably isn't going to look good with thecheckbox
which should have a label next to it. Should play around and see what works the best w.r.t. to maintaining a consistent look across inputs.The text was updated successfully, but these errors were encountered: