Skip to main content
Version: 1.0.110

Switch

const switchbutton = {
component: NANO.SWITCH,
value: true,
props: {
style: {},
color: 'blue'
}
};