+ 2
See my last function plz how can I make it true?
21 ответ
+ 5
Here you go added checked in HTML big icon checkbox. Called select with boolean when icon changes. Updated select to work.
https://code.sololearn.com/WnnSfPvN8tF4
+ 4
You are modifying your x and y. Use == not =. y != select isn't valid nor assigning select. What are you trying to do with this?
if(x = select){
y != select
}
else if(y=select){
x != select
}
+ 4
You should also default the checkbox to match the size it starts with.
+ 4
At end of littleicons and bigicons.
+ 4
Note that your default background color that you starting with doesn't match your black color that is selected when you first enter settings. You should fix that also.
+ 3
I have to do something here for a bit. I'll get back to it asap.
+ 3
the boolean true or false passed in. True from bigicons
+ 3
You forgot the initial checked in HTML, but otherwise is fine.
+ 3
My code line 77 of HTML I put checked into checkbox tag to force big icons to be checked on startup. You should do the same as you start with them displayed so box should reflect that.
+ 3
HTML line 69 add value="#add8e6" to your input color tag to set the default to your lightblue.
+ 1
See the output you will see two checkbox I want when a person selected a checkbox the other check box be unselected
+ 1
How?
+ 1
Oka
+ 1
Oh thanks
+ 1
Where did you call the function ??
+ 1
I didn't know we can write "true" and "false" insted of big
+ 1
What is "if(big)"??
+ 1
See my code plz I made it another way
+ 1
I don't underestand what you say
+ 1
I corrected it. thank you