Skip to main content
Version: 1.0.110

Checkbox

const checkbox = {
component: NANO.CHECKBOX,
value: true,
props: {
size: 25,
color: 'black',
style: {},
uncheckedColor: 'red',
}
};