Icon request: icon-check-all icon-uncheck-all #21191
shyndman
started this conversation in
Icon Requests
Replies: 14 comments
|
+1 |
0 replies
|
+1 |
0 replies
|
+1 |
0 replies
|
+1 |
0 replies
|
+1 (two squares is better than three, IMO, especially at smaller sizes) |
0 replies
|
+1 |
0 replies
|
+1 |
0 replies
|
+1 |
0 replies
|
+1 |
0 replies
|
+1 |
0 replies
|
Personally I use this snippet to produce "select all checkbox" : <div style="height: 1em; width: 1em;">
<i class="far fa-square" style="position: absolute; top: 0px; left: 0px;"/>
<i class="fas fa-square fa-inverse" style="position: absolute; top: 2px; left: 2px;"/>
<i class="far fa-check-square" style="position: absolute; top: 3px; left: 3px;"/>
<!--This line for "unselect all" icon
<i class="far fa-square" style="position: absolute; top: 3px; left: 3px;"/>
-->
</div> |
0 replies
|
Thanks man for provided solution. JSX Bootstrap v4.0 JSX |
0 replies
|
This is a quick update to let folks know that we’re refining our icon request workflow behind the scenes, and as part of that we’re going through all open requests and filing them into several new buckets to be addressed. In this case we’ve added this issue to our new list to be created! We can’t promise any firm timelines right now, but this will help us keep track of it. We’ll update this issue when the icon is released into the wild 🙂 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Examples:
I suppose you could get away with stacking the existing icons. I might give that a shot to see how it looks.
All reactions