Built UI components
Just built a "CheckTextbox" - a Vue input field with a checkbox in front of its label. One can tick the checkbox and leave the input field blank or add text to the input field as well. Entering text ticks the checkbox automatically. If needed uncheck it and leave the text or delete the text and the checkbox is of. Usecase: EHR electronic health record; need to tick a health condition that is present, maybe add info to it in text form. If info is given, the checkbox shall indicate truthyness automatically.