I would like to enable the textbox according to selected radio button (these are located in node properties box). Normally, I would do this via JQUERY, but I have no idea how can I do this in Node-RED.
So in this case, if user selects Local Name and put some text on the text box, I will get that data in my {customnode.js} file.
Of course they are supported, its just HTML + JQuery
However, if you want dynamic input capability (i.e. permitting the user to send the "name" in a msg property (like msg.name or msg.payload) then the "made for this purpose" typedInput is a much better solution.