Hello,

I am trying to create a checkbox in google chrome yet I receive a big checkbox.

I wonder why? I only expect a normal size checkbox.

  <input type="checkbox" name="pic[{{$theme->pic_name}}]" value="{{$theme->pic_name}}"/>

Nevermind, get the answer:

  <input style="width: 15px" type="checkbox" name="pic[{{$theme->pic_name}}]" value="{{$theme->pic_name}}"/>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.