@extends('layouts.simple.master') @section('title', 'Checkbox and Radio') @section('css') @endsection @section('main_content')
Use form-check-input
and
form-check-label
for checkbox.
Use form-check-input
and
form-check-label
for checkbox and filled checkbox used
checkbox-solid-*
and bordered checkbox used
checkbox-*
.
Use form-check-input
and
form-check-label
for radio buttons.
Use form-check-input
and
form-check-label
for image checkbox.
Use form-check-input
and
form-check-label
for image radio.
Use form-check-input
and
form-check-label
for custom radio buttons.
Use form-switch
and
form-check-label
for switches.
Group checkboxes or radios on the same horizontal row by
adding form-check-inline
to any form-check
.
Use radio_animated
to animate checkbox and
radio buttons.
Use form-check-inline
to display inline
checkbox and radio buttons.
The choice between these two approaches will depend on
the type of toggle you are creating, and whether or not the toggle will make
sense to users when announced as a checkbox or as an actual button.
[any one selected]
.
The choice between these two approaches will depend on
the type of toggle you are creating, and whether or not the toggle will make
sense to users when announced as a checkbox or as an actual button.
[multiple selected]
.