Skip to main content
0 votes
0 answers
7 views

Listening to the Ticking of a Symfony made checkbox with javascript

I need to listen to the click of a checkbox created and displayed in the view through Symfony5 formBuilder. The point of this being to adapt some other field content and futur behavior when the user ...
Yoc's user avatar
  • 1
0 votes
0 answers
21 views

How to apply classes to the checkboxes that are rendered in a buefy b-table when checkable is set to true?

I have a buefy b-table component and I'm trying to style the checkboxes to match the rest of my project by applying classes to them. Since I am not actually creating/rendering the element, how do I ...
user456's user avatar
0 votes
2 answers
25 views

Checkbox cannot change state when updated from onBlur event

I have a component (selector) which contains a checkbox and another div (selectorPane). The checkbox state controls the selectorPane visibility (by assigning/not-assigning the 'visible' css class). ...
timo's user avatar
  • 13
-1 votes
0 answers
23 views

next js check box issue when child box is select then all check box is auto select issue

"use client"; import React, { useState, useEffect } from 'react'; import '../styles/styles.css'; import AiaCheckbox from './AiaCheckbox'; // Custom Checkbox component export default ...
sagar bharvadiya's user avatar
0 votes
1 answer
20 views

I Have a Problem Related to Flask WTForm Checkbox

I have a blog page and I want to let people to reply the posts as anonymous. So, if people check the checkbox, I want the attribute, "is_anonymous", turn True. But I get the following error. ...
Mehmet's user avatar
  • 1
0 votes
1 answer
82 views

Checkbox is selected but is returning false in code behind

I have a checkbox in a form. When I click the only button on the form, it calls a JS function. I put some logic in the function that alerts me if the checkbox is selected. If the checkbox is ...
user23876395's user avatar
0 votes
1 answer
15 views

How to select and unselect all checkboxes based on button click in flutter

I have a listview which contains checkbox inside the listTile. This listTile will be generated dynamically based on the length of the list. Here is my ListTile and Custom checkbox code. ListTile( ...
sridhar venkatesan's user avatar
-1 votes
1 answer
28 views

Checkbox button then all other checkbox should be ticked and if all checkbox are ticked and I remove on tick then full checkbox untic [closed]

If I click the full checkbox button, then all other checkboxes should be ticked. If all checkboxes are ticked and I remove one tick, then the full checkbox should be unticked along with the checkbox ...
Sandip Chavan's user avatar
0 votes
1 answer
38 views

How to add Search field for checkboxes, flutter

I want to add a search field for my checkboxes, Checkboxes are working great, just want to filter them according to search query. I have added a search bar as 'TextField' but not getting an expected ...
Tahmeed Zamindar's user avatar
-1 votes
0 answers
53 views

How do I change the checkbox layout to grid format

How do I change the checkbox layout to grid format with nextjs code in tsx format, so that the layout of the checkboxes placed in this syntax <input className="form-check-input" type=&...
satrio's user avatar
  • 33
0 votes
2 answers
22 views

How do I fix the checkbox and label issue?

enter image description here Trying to align checkbox and text next to each other but I can't seem to fix the issue no matter what I try. I have been working on this for hours researching and trying ...
Phil Beck's user avatar
-1 votes
1 answer
50 views

Angular mat-checkboxes are not loading saved values

I have a checkbox that is done a little different than how it's normally done. I have one form control in my form group. When I save that formControl, it will contain an array of the checked values. ...
bestfirstsearch's user avatar
1 vote
0 answers
18 views

How to add a checkbox in the uninstaller (maintanence tool) of the Qt installer framework

I'm trying to add a checkbox into my uninstaller. I tried to add it at the installer too and it worked. I'm creating a .ui, adding it to my meta folder and adding it to the .xml. Then, I'm adding this ...
Bianca's user avatar
  • 31
0 votes
3 answers
84 views

Using a For loop to loop through checkboxes

I have 6 checkboxes on a form with all of them have the same name except a number at the end. Example chkBr1, chkBr2, chkBr3 etc... ChkBr6. Based on the number of applicants I have I need to set the ...
Don Clark's user avatar
1 vote
2 answers
67 views

Why do my checkboxes and radio buttons have weird spacing?

I'm just getting started with HTML and CSS (via freeCodeCamp) and struggle with my first certification project: building a survey form. Everything went well up to the point where I needed to add ...
Charlie's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
1999