AllenNeuralDynamics / aind-metadata-entry-js

Metadata entry using javascript
https://metadata-entry.allenneuraldynamics.org
MIT License
1 stars 2 forks source link

Boolean fields should be radio buttons to handle schemas without a default True/False setting #78

Closed saskiad closed 1 year ago

saskiad commented 1 year ago

Currently a check box. However, when the checkbox is unchecked the validation considers this a required but unset field, so the user has no way to indicate that the field is false.

jtyoung84 commented 1 year ago

User story

As a user, I want to use radio buttons for boolean fields, so I can handle a schema without a True or False default value.

Acceptance criteria

Sprint Ready Checklist

Notes

Add any helpful notes here.

mekhlakapoor commented 1 year ago

this should workalong with the timeuischema