@use "sass:math"; @import "../../themes/ionic.globals.ios"; @import "../item/item.ios.vars"; // iOS Checkbox // -------------------------------------------------- /// @prop - Background color of the checkbox when off $checkbox-ios-background-color-off: $item-ios-background !default; /// @prop - Size of the checkbox icon $checkbox-ios-icon-size: dynamic-font-max(26px, 2.538) !default; /// @prop - Border color of the checkbox icon when off $checkbox-ios-icon-border-color-off: rgba($text-color-rgb, 0.23) !default; /// @prop - Border width of the checkbox icon $checkbox-ios-icon-border-width: dynamic-font(1px) !default; /// @prop - Border style of the checkbox icon $checkbox-ios-icon-border-style: solid !default; /// @prop - Border radius of the checkbox icon $checkbox-ios-icon-border-radius: 50% !default; /// @prop - Opacity of the disabled checkbox $checkbox-ios-disabled-opacity: $form-control-ios-disabled-opacity !default; /// @prop - Margin top of the left checkbox item $checkbox-ios-item-start-margin-top: 8px !default; /// @prop - Margin end of the left checkbox item $checkbox-ios-item-start-margin-end: $item-ios-padding-end !default; /// @prop - Margin bottom of the left checkbox item $checkbox-ios-item-start-margin-bottom: $checkbox-ios-item-start-margin-top !default; /// @prop - Margin start of the left checkbox item $checkbox-ios-item-start-margin-start: 2px !default; /// @prop - Margin top of the right checkbox item $checkbox-ios-item-end-margin-top: 10px !default; /// @prop - Margin end of the right checkbox item $checkbox-ios-item-end-margin-end: 8px !default; /// @prop - Margin bottom of the right checkbox item $checkbox-ios-item-end-margin-bottom: 9px !default; /// @prop - Margin start of the right checkbox item $checkbox-ios-item-end-margin-start: 0 !default;