updated corner radius of checkbox view

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-05-31 14:09:53 -05:00
parent ff5dbc2537
commit 2e6d4943a2

View File

@ -347,7 +347,7 @@ open class Checkbox: Control, Errorable, Changeable {
self.shapeLayer = nil
}
selectorView.layer.cornerRadius = VDSFormControls.borderradius
selectorView.layer.cornerRadius = 2.0
selectorView.layer.borderWidth = VDSFormControls.widthBorder
if shapeLayer == nil {