I am sub classing:
EditText
Spinner
Label
Panel
CheckBox
RadioButton
Toggle Button
What I am doing is creating a set of controls which are data bound. Like Access, Visual FoxPro, VB etc. I know this is possible to do in B4A without a Lib as I already do it. But shoving every thing into the tag property makes the code very difficult to understand and to manage. Its also not very intuitive.