////
/// @group schemas
/// @access private
/// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
////
$_default-shape-checkbox: (
    border-radius: .2,
    border-radius-ripple: 1,
);

$_round-shape-checkbox: (
    border-radius: 50%,
    border-radius-ripple: 1
);

$_square-shape-checkbox: (
    border-radius: 0%,
    border-radius-ripple: 0%
);

$_fluent-shape-checkbox: (
    border-radius: 2px,
    border-radius-ripple: 2px
);

