Skip to content
Snippets Groups Projects
Commit 5c7f8043 authored by Sindhu NR's avatar Sindhu NR
Browse files

Checkbox

parent 92ae5702
Branches
No related tags found
No related merge requests found
import React from "react";
import PropTypes from "prop-types";
import Checkbox from '../../components/Checkbox';
function Login(props) {
return (
<div>
<div customClass="custom-control custom-control-alternative custom-checkbox">
<input customClass="custom-control-input" id="customCheckLogin" type="checkbox" ></input>
</div>
Login
</div>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment