Browse
For agents
About
JetFormBuilder — Dynamic Blocks Form Builder
/
3.4.7.1
JetFormBuilder — Dynamic Blocks Form Builder
v3.4.7.1
Switch version
3.6.5.2
3.6.5.1
3.6.5
3.6.4.2
3.6.4.1
3.6.4
3.6.3.1
3.6.3
3.6.2.2
3.6.2.1
3.6.2
3.6.1.1
3.6.1
3.6.0.1
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
All 130 releases
Overview
Code
jetformbuilder
/
modules
/
option-field
/
assets
/
build
/
checkbox.css
checkbox.css
2 lines
1.3 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
field-type-checkbox-field
.
jet-form-builder__field
.
checkboxes-field
{
position
:
absolute
;
z-index
:
-1
;
opacity
:
0
}
.
field-type-checkbox-field
.
jet-form-builder__field-label
.
for-checkbox
>
span
::
before
{
content
:
'
'
;
display
:
inline-block
;
width
:
1.2
em
;
height
:
1.2
em
;
flex-shrink
:
0
;
flex-grow
:
0
;
border
:
1
px
solid
#
adb5bd
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
background-size
:
50
%
50
%
;
border-radius
:
10
%
}
.
field-type-checkbox-field
.
jet-form-builder__field-label
.
for-checkbox
:
checked
+
span
::
before
{
border-color
:
#
0b76ef
;
background-color
:
#
0b76ef
;
background-image
:
url
(
"
data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e
"
)
}
.
field-type-checkbox-field
.
jet-form-builder__field-label
.
for-checkbox
:
focus
:
not
(
:
checked
)
+
span
::
before
{
border-color
:
#
80bdff
}
.
field-type-checkbox-field
.
jet-form-builder__field-label
.
for-checkbox
:
not
(
:
disabled
)
:
active
+
span
::
before
{
background-color
:
#
b3d7ff
;
border-color
:
#
b3d7ff
}
.
field-type-checkbox-field
.
jet-form-builder__field-label
.
for-checkbox
:
not
(
:
disabled
)
:
not
(
:
checked
)
:
hover
+
span
::
before
{
border-color
:
#
b3d7ff
}
.
field-type-checkbox-field
.
jet-form-builder__field-label
.
for-checkbox
:
disabled
+
span
::
before
{
background-color
:
#
e9ecef
}
2