<div class="form-check form-check-inline">
        <input class="form-check-input" type="radio" name="important" id="important" value="important">
        <label class="form-check-label mr-2" for="important">مهم جدا</label>
      </div>
      <div class="form-check form-check-inline mr-5">
        <input class="form-check-input" type="radio" name="important" id="noimportant" value="noimportant">
        <label class="form-check-label mr-2" for="noimportant">عادي الأهمية</label>
      </div>
	 
 
          'important' => 'required|in:important,noimportant',
	 
 
	 
 
	يظهر لي هذا الخطأ 
	SQLSTATE[HY000]: General error: 1364 Field 'important' doesn't have a default value (SQL: insert into `habits` (`title`, `user_id`, `updated_at`, `created_at`) values (المقالة الاولى, 1, 2021-06-07 07:23:36, 2021-06-07 07:23:36))