<template>
    <Wb-switch>
        <span slot="open"></span>
        <span slot="close"></span>
    </Wb-switch>
    <Wb-switch>
        <Icon slot="open" type="md-checkmark"></Icon>
        <Icon slot="close" type="md-close"></Icon>
    </Wb-switch>
</template>
<script>
export default {
}
</script>