Radio button
const radiobutton = {
  component: NANO.RADIO_BUTTON,
  value: true,
  props: {
    style: {},
    color: 'blue',
  }
};
const radiobutton = {
  component: NANO.RADIO_BUTTON,
  value: true,
  props: {
    style: {},
    color: 'blue',
  }
};