Checkbox beside search input text
Checkbox beside search input text
![marcpirat](https://secure.gravatar.com/avatar/a935299844c31ef1eb01a4e7e028bb2e/?default=https%3A%2F%2Fvanillicon.com%2Fa935299844c31ef1eb01a4e7e028bb2e_200.png&rating=g&size=120)
hi
I have a datatble with a search input.
What could be the best way to add a checkbo x to it's left?
It's value will be used for the search
thanks
This discussion has been closed.
Answers
Hi @marcpirat ,
This example here should help. It shows how you can modify the
dom
with any HTML element - here it's an input element, for you, it would be a checkbox.Cheers,
Colin